nix: put display manager in a seperate file

uhh didnt save file when committing
This commit is contained in:
Nico 2025-05-03 16:15:58 +10:00
parent 2ee77011c2
commit 819f9fd01e

View file

@ -5,16 +5,6 @@
# Optional, hint electron apps to use wayland:
environment.sessionVariables.NIXOS_OZONE_WL = "1";
# display manager
programs.regreet = {
enable = true;
settings = {
GTK = {
application_prefer_dark_theme = true;
};
};
};
# have portals
xdg.portal.enable = true;
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];