disable lightdm

This commit is contained in:
Johannes Jöns 2024-01-01 00:41:03 +01:00
parent ffa9496ec0
commit 90bfec2e51

View file

@ -14,7 +14,7 @@ in {
user = "jopejoe1";
};
lightdm = {
enable = true;
enable = false;
autoLogin.timeout = 3;
};
};