about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-13 21:36:23 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-09-13 21:36:23 -0400
commit5e936cab202fc356bf727d1d6f188bcf876a4c07 (patch)
tree9633fbe43c2aafa3ca2667ad9233f87a946f21c1 /nixos/modules
parenta99ef0345d3395294f85d8f80fc0967c8ddc740a (diff)
downloadnixlib-5e936cab202fc356bf727d1d6f188bcf876a4c07.tar
nixlib-5e936cab202fc356bf727d1d6f188bcf876a4c07.tar.gz
nixlib-5e936cab202fc356bf727d1d6f188bcf876a4c07.tar.bz2
nixlib-5e936cab202fc356bf727d1d6f188bcf876a4c07.tar.lz
nixlib-5e936cab202fc356bf727d1d6f188bcf876a4c07.tar.xz
nixlib-5e936cab202fc356bf727d1d6f188bcf876a4c07.tar.zst
nixlib-5e936cab202fc356bf727d1d6f188bcf876a4c07.zip
nixos/pantheon: use Pantheon's greeter
I now consider this usable in NixOS without reflecting
negatively on NixOS as a whole. For example this greeter
is immune to issues like #60651.
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/x11/desktop-managers/pantheon.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/pantheon.nix b/nixos/modules/services/x11/desktop-managers/pantheon.nix
index 38440ccbd032..d80ea9a53e80 100644
--- a/nixos/modules/services/x11/desktop-managers/pantheon.nix
+++ b/nixos/modules/services/x11/desktop-managers/pantheon.nix
@@ -79,8 +79,7 @@ in
         Using Pantheon without LightDM as a displayManager will break screenlocking from the UI.
       '';
 
-    services.xserver.displayManager.lightdm.enable = mkDefault true;
-    services.xserver.displayManager.lightdm.greeters.gtk.enable = mkDefault true;
+    services.xserver.displayManager.lightdm.greeters.pantheon.enable = mkDefault true;
 
     # If not set manually Pantheon session cannot be started
     # Known issue of https://github.com/NixOS/nixpkgs/pull/43992