nixos/display-managers: Don't force graphical-session.target activation for Pantheon

See Nixpkgs pull request 233981.
This commit is contained in:
Bobby Rong 2023-07-09 17:26:44 +08:00
parent 7522f97cbe
commit 0b41a85c95
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ let
IFS=:
for i in $XDG_CURRENT_DESKTOP; do
case $i in
KDE|GNOME|X-NIXOS-SYSTEMD-AWARE) echo "1"; exit; ;;
KDE|GNOME|Pantheon|X-NIXOS-SYSTEMD-AWARE) echo "1"; exit; ;;
*) ;;
esac
done