From 6e62d660060b6661ffce847979783999692aa267 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 15 Sep 2017 14:01:10 +0200 Subject: window-manager: Use LightDM instead of the deprecated Slim --- modules/window-manager.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/window-manager.nix') diff --git a/modules/window-manager.nix b/modules/window-manager.nix index b8cbb85..c159374 100644 --- a/modules/window-manager.nix +++ b/modules/window-manager.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: { services.xserver.displayManager = { - slim = { + lightdm = { enable = true; }; }; -- cgit 1.4.1