about summary refs log tree commit diff
path: root/common-workstation.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-10-17 04:54:39 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-10-17 04:54:39 +0200
commitb3762feaebf43454fdc35f0822345f4e9fe2d6e5 (patch)
treea72186142550c717f124b04a6d25a48753ab0850 /common-workstation.nix
parenta991b1d429d0debc4c49f0f75bebdd6c83072848 (diff)
common-workstation: Switch back to SLiM.
Partially reverts commit bf0657a7f5fa0070d4505442c56d59fe099929ef.

I really don't get used to lightdm and I get angry when I have to use
the mouse for things where it isn't necessary.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'common-workstation.nix')
-rw-r--r--common-workstation.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/common-workstation.nix b/common-workstation.nix
index cb43609d..08317491 100644
--- a/common-workstation.nix
+++ b/common-workstation.nix
@@ -107,8 +107,9 @@
 
       desktopManager.default = "none";
       desktopManager.xterm.enable = false;
-
-      displayManager.lightdm.enable = true;
+      displayManager.slim.enable = true;
+      displayManager.slim.defaultUser = "aszlig";
+      displayManager.slim.theme = pkgs.slimThemes.nixosSlim;
     };
   };