switch to lightdm

This commit is contained in:
Johannes Jöns 2024-01-01 01:42:21 +01:00
parent f6f57a3c90
commit 22c4672c90

View file

@ -17,9 +17,10 @@ in {
user = "jopejoe1";
};
lightdm = {
enable = false;
enable = true;
autoLogin.timeout = 3;
};
sddm.enable = lib.mkForce false;
};
};
};