0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

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

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