diff options
Diffstat (limited to 'host/software')
-rw-r--r-- | host/software/desktop/default.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/host/software/desktop/default.nix b/host/software/desktop/default.nix index 030e1b1..f18d3fa 100644 --- a/host/software/desktop/default.nix +++ b/host/software/desktop/default.nix @@ -30,13 +30,13 @@ layout = "de"; xkbOptions = "caps:escape"; - displayManager.slim = { + displayManager.lightdm = { enable = true; - autoLogin = true; - defaultUser = "common"; + autoLogin = { + enable = true; + user = "common"; + }; }; - - desktopManager.default = "none"; }; }; |