about summary refs log tree commit diff stats
path: root/nix-conf
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-01-28 16:26:09 +0000
committerDavid Morgan <djm_uk@protonmail.com>2023-01-28 16:26:09 +0000
commitba4db2a7973266850a7b5f527c44ba1ee232dcc7 (patch)
treed04340bcd8097f64713d376b91b1f105f4a0426f /nix-conf
parentc6b5676eeb57f6647d4601654a04c6fdacecb97d (diff)
downloaddotfiles-ba4db2a7973266850a7b5f527c44ba1ee232dcc7.tar.gz
Use lightdm
Diffstat (limited to 'nix-conf')
-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;