hyprland: onChange: remove subshell comment

(cherry picked from commit 7e769959e8)
This commit is contained in:
Gabriel Fontes 2024-05-24 17:26:52 -03:00 committed by Robert Helgesson
parent c05d7204a9
commit e1391fb22e
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -236,7 +236,7 @@ in {
}) + lib.optionalString (cfg.extraConfig != "") cfg.extraConfig;
onChange = lib.mkIf (cfg.package != null) ''
( # Execute in subshell so we don't poision environment with vars
(
XDG_RUNTIME_DIR=''${XDG_RUNTIME_DIR:-/run/user/$(id -u)}
if [[ -d "/tmp/hypr" || -d "$XDG_RUNTIME_DIR/hypr" ]]; then
for i in $(${cfg.finalPackage}/bin/hyprctl instances -j | jq ".[].instance" -r); do