summaryrefslogtreecommitdiff
path: root/host/software
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-04-22 14:22:39 +0200
committerAdrian Kummerlaender2020-04-22 14:22:39 +0200
commite9da2bdac9dd61d29e85bb30bd7c953cc2a85474 (patch)
tree6855fb38abe1eef42742c2ecf9501d919e7ecab7 /host/software
parent3d1c366d72593ca171445e3da337f4c5dfa7f47d (diff)
downloadnixos_system-e9da2bdac9dd61d29e85bb30bd7c953cc2a85474.tar
nixos_system-e9da2bdac9dd61d29e85bb30bd7c953cc2a85474.tar.gz
nixos_system-e9da2bdac9dd61d29e85bb30bd7c953cc2a85474.tar.bz2
nixos_system-e9da2bdac9dd61d29e85bb30bd7c953cc2a85474.tar.lz
nixos_system-e9da2bdac9dd61d29e85bb30bd7c953cc2a85474.tar.xz
nixos_system-e9da2bdac9dd61d29e85bb30bd7c953cc2a85474.tar.zst
nixos_system-e9da2bdac9dd61d29e85bb30bd7c953cc2a85474.zip
Adapt to 20.03 update
Diffstat (limited to 'host/software')
-rw-r--r--host/software/desktop/default.nix10
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";
};
};