mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 08:56:34 +01:00
disable lightdm
This commit is contained in:
parent
ffa9496ec0
commit
90bfec2e51
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ in {
|
||||||
user = "jopejoe1";
|
user = "jopejoe1";
|
||||||
};
|
};
|
||||||
lightdm = {
|
lightdm = {
|
||||||
enable = true;
|
enable = false;
|
||||||
autoLogin.timeout = 3;
|
autoLogin.timeout = 3;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue