Merge pull request #86908 from cptMikky/pantheon-nodefault

nixos/pantheon: mkDefault value for defaultSession
This commit is contained in:
worldofpeace 2020-05-05 15:47:25 -04:00 committed by GitHub
commit 4ad2e1c92e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ in
# Without this, elementary LightDM greeter will pre-select non-existent `default` session
# https://github.com/elementary/greeter/issues/368
services.xserver.displayManager.defaultSession = "pantheon";
services.xserver.displayManager.defaultSession = mkDefault "pantheon";
services.xserver.displayManager.sessionCommands = ''
if test "$XDG_CURRENT_DESKTOP" = "Pantheon"; then