mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/display-managers: Don't force graphical-session.target activation for Pantheon
See Nixpkgs pull request 233981.
This commit is contained in:
parent
7522f97cbe
commit
0b41a85c95
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ let
|
||||||
IFS=:
|
IFS=:
|
||||||
for i in $XDG_CURRENT_DESKTOP; do
|
for i in $XDG_CURRENT_DESKTOP; do
|
||||||
case $i in
|
case $i in
|
||||||
KDE|GNOME|X-NIXOS-SYSTEMD-AWARE) echo "1"; exit; ;;
|
KDE|GNOME|Pantheon|X-NIXOS-SYSTEMD-AWARE) echo "1"; exit; ;;
|
||||||
*) ;;
|
*) ;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue