nixos/displayManager: make autoLogin options independent of DM type

Co-authored-by: volth <volth@volth.com>
This commit is contained in:
worldofpeace
2020-07-09 21:15:35 -04:00
co-authored by volth
parent aba048f0bf
commit 490cd7889e
18 changed files with 145 additions and 155 deletions
+2 -2
View File
@@ -41,8 +41,8 @@ in
config = mkIf cfg.enable {
services.xserver.displayManager.lightdm = {
enable = true;
services.xserver.displayManager = {
lightdm.enable = true;
autoLogin = {
enable = true;
user = cfg.user;