From b3762feaebf43454fdc35f0822345f4e9fe2d6e5 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 17 Oct 2014 04:54:39 +0200 Subject: 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 --- common-workstation.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'common-workstation.nix') 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; }; }; -- cgit 1.4.1