all repos — nixfiles @ 6e62d660060b6661ffce847979783999692aa267

System and user configuration, managed by nix and home-manager

window-manager: Use LightDM instead of the deprecated Slim
Alan Pearce alan@alanpearce.eu
Fri, 15 Sep 2017 14:01:10 +0200
commit

6e62d660060b6661ffce847979783999692aa267

parent

28e8cdf197e28662d2933daa2a742cff91ed05af

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M modules/window-manager.nixmodules/window-manager.nix
@@ -1,7 +1,7 @@ { config, pkgs, ... }:
 
 { services.xserver.displayManager = {
-    slim = {
+    lightdm = {
       enable = true;
     };
   };