summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-08-02 15:34:13 +0200
committerAlan Pearce2019-08-02 15:34:13 +0200
commit48c7486017f4ca8edc813115cfd9ef0cf5b24782 (patch)
tree58d6d31e16dc2e496e090cc6405f7af381602c3e
parentd8cacfdc9c47a5ddbcdff93e3b19de1120d8d7e4 (diff)
downloadnixos-configuration-48c7486017f4ca8edc813115cfd9ef0cf5b24782.tar.lz
nixos-configuration-48c7486017f4ca8edc813115cfd9ef0cf5b24782.tar.zst
nixos-configuration-48c7486017f4ca8edc813115cfd9ef0cf5b24782.zip
WM: switch to lightdm
SLiM is unmaintained
-rw-r--r--modules/programs/window-manager.nix4
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' &