fix displayManager warnings and clean up displayManager configs
This commit is contained in:
parent
d8e2f19ced
commit
2b13d1c0bb
4 changed files with 41 additions and 15 deletions
|
@ -6,14 +6,6 @@
|
|||
xterm.enable = false;
|
||||
};
|
||||
|
||||
displayManager = {
|
||||
gdm.enable = true;
|
||||
sessionPackages = [
|
||||
pkgs.sway
|
||||
];
|
||||
gdm.autoLogin.delay = 5;
|
||||
};
|
||||
|
||||
windowManager.xmonad = {
|
||||
enable = true;
|
||||
};
|
||||
|
@ -21,7 +13,4 @@
|
|||
|
||||
security.polkit.enable = true;
|
||||
programs.sway.enable = true;
|
||||
|
||||
# services.displayManager.defaultSession = "none+xmonad";
|
||||
services.displayManager.defaultSession = "sway";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue