about summary refs log tree commit diff
path: root/common.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2013-10-29 07:17:03 +0100
committeraszlig <aszlig@redmoonstudios.org>2013-10-29 07:19:39 +0100
commitbf0657a7f5fa0070d4505442c56d59fe099929ef (patch)
tree9e3f78f7804ce9604c9626999791bbb00f193f2b /common.nix
parent3709f766412979f0661e266e3157f4325ba32e74 (diff)
common: Switch displayManager to lightdm.
Just a try as of now, not sure whether I'll get used to it.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/common.nix b/common.nix
index 15d92803..eafd45d9 100644
--- a/common.nix
+++ b/common.nix
@@ -163,11 +163,9 @@
       };
 
       desktopManager.default = "none";
+      desktopManager.xterm.enable = false;
 
-      displayManager.slim.theme = pkgs.fetchurl {
-        url = "mirror://sourceforge/slim.berlios/slim-fingerprint.tar.gz";
-        sha256 = "0i1igl4iciml3d46n5hl3bbmqsdzzv56akw2l36i9f779kw07ds8";
-      };
+      displayManager.lightdm.enable = true;
     };
   };