From bf0657a7f5fa0070d4505442c56d59fe099929ef Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 29 Oct 2013 07:17:03 +0100 Subject: common: Switch displayManager to lightdm. Just a try as of now, not sure whether I'll get used to it. Signed-off-by: aszlig --- common.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'common.nix') 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; }; }; -- cgit 1.4.1