diff options
author | Alan Pearce | 2019-08-02 15:34:13 +0200 |
---|---|---|
committer | Alan Pearce | 2019-08-02 15:34:13 +0200 |
commit | 48c7486017f4ca8edc813115cfd9ef0cf5b24782 (patch) | |
tree | 58d6d31e16dc2e496e090cc6405f7af381602c3e /modules | |
parent | d8cacfdc9c47a5ddbcdff93e3b19de1120d8d7e4 (diff) | |
download | nixos-configuration-48c7486017f4ca8edc813115cfd9ef0cf5b24782.tar.lz nixos-configuration-48c7486017f4ca8edc813115cfd9ef0cf5b24782.tar.zst nixos-configuration-48c7486017f4ca8edc813115cfd9ef0cf5b24782.zip |
WM: switch to lightdm
SLiM is unmaintained
Diffstat (limited to 'modules')
-rw-r--r-- | modules/programs/window-manager.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/programs/window-manager.nix b/modules/programs/window-manager.nix index dfa2184..391ec44 100644 --- a/modules/programs/window-manager.nix +++ b/modules/programs/window-manager.nix @@ -4,9 +4,9 @@ desktopManager.xterm.enable = false; displayManager = { - slim = { + lightdm = { enable = true; - defaultUser = "alan"; + greeters.enso.enable = true; }; sessionCommands = '' ${pkgs.xorg.xsetroot}/bin/xsetroot -cursor_name left_ptr -solid '#4d4d4c' & |