Move WAYLAND_DISPLAY

This commit is contained in:
Oliver Davies 2025-04-05 22:52:43 +01:00
parent 2bb341abec
commit d4a9f2f3af
2 changed files with 2 additions and 4 deletions

View file

@ -31,9 +31,5 @@
'';
})
];
sessionVariables = {
WAYLAND_DISPLAY = "";
};
};
}

View file

@ -22,4 +22,6 @@
};
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
home-manager.users.opdavies.home.sessionVariables.WAYLAND_DISPLAY = "";
}