window-manager: Use LightDM instead of the deprecated Slim
Alan Pearce alan@alanpearce.eu
Fri, 15 Sep 2017 14:01:10 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M modules/window-manager.nix → modules/window-manager.nix
@@ -1,7 +1,7 @@ { config, pkgs, ... }: { services.xserver.displayManager = { - slim = { + lightdm = { enable = true; }; };