fix it exiting the wait

This commit is contained in:
Noa Aarts 2024-03-02 15:30:43 +01:00
parent 17afe90641
commit 44d04e8431

View file

@ -15,7 +15,7 @@
};
initExtra = ''
nrun() {
NIXPKGS_ALLOW_UNFREE=1 nix run --impure "nixpkgs#$1" | xargs hyprctl dispatch exec --
NIXPKGS_ALLOW_UNFREE=1 hyprctl dispatch exec -- nix run --impure "nixpkgs#$1" -- "''${@:2}"
}
'';
history = {