summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hel.nix b/hel.nix
index dd4f1d9c..7b94e48e 100644
--- a/hel.nix
+++ b/hel.nix
@@ -186,9 +186,9 @@
186 xkbVariant = "dvp"; 186 xkbVariant = "dvp";
187 xkbOptions = "compose:caps"; 187 xkbOptions = "compose:caps";
188 188
189 displayManager.slim = { 189 displayManager.gdm = {
190 enable = true; 190 enable = true;
191 defaultUser = "gkleen"; 191 wayland = false;
192 }; 192 };
193 193
194 desktopManager = { 194 desktopManager = {