forked from nico/dots
nix: put display manager in a seperate file
uhh didnt save file when committing
This commit is contained in:
parent
2ee77011c2
commit
819f9fd01e
1 changed files with 0 additions and 10 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue