about summary refs log tree commit diff stats
path: root/nix-conf/machines/egalmoth
diff options
context:
space:
mode:
Diffstat (limited to 'nix-conf/machines/egalmoth')
-rw-r--r--nix-conf/machines/egalmoth/configuration.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nix-conf/machines/egalmoth/configuration.nix b/nix-conf/machines/egalmoth/configuration.nix
index ae2dc0b..550d1fd 100644
--- a/nix-conf/machines/egalmoth/configuration.nix
+++ b/nix-conf/machines/egalmoth/configuration.nix
@@ -65,8 +65,7 @@
   services.xserver.enable = true;
   services.xserver.exportConfiguration = true;
 
-  services.xserver.displayManager.gdm.enable = true;
-  #programs.dconf.enable = true;
+  services.xserver.displayManager.lightdm.greeters.slick.enable = true;
   programs.seahorse.enable = true;
   services.gnome.gnome-keyring.enable = true;
   security.pam.services.login.enableGnomeKeyring = true;