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
commit

6e62d660060b6661ffce847979783999692aa267

parent

28e8cdf197e28662d2933daa2a742cff91ed05af

1 file changed, 1 insertion(+), 1 deletion(-)

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