mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:46:50 +01:00
switch to lightdm
This commit is contained in:
parent
f6f57a3c90
commit
22c4672c90
1 changed files with 2 additions and 1 deletions
|
@ -17,9 +17,10 @@ in {
|
||||||
user = "jopejoe1";
|
user = "jopejoe1";
|
||||||
};
|
};
|
||||||
lightdm = {
|
lightdm = {
|
||||||
enable = false;
|
enable = true;
|
||||||
autoLogin.timeout = 3;
|
autoLogin.timeout = 3;
|
||||||
};
|
};
|
||||||
|
sddm.enable = lib.mkForce false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue