From 5e936cab202fc356bf727d1d6f188bcf876a4c07 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Fri, 13 Sep 2019 21:36:23 -0400 Subject: 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. --- nixos/modules/services/x11/desktop-managers/pantheon.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nixos/modules') 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 -- cgit 1.4.1