From 44d04e84317cdf53f5032021c7b9d105482635e7 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Sat, 2 Mar 2024 15:30:43 +0100 Subject: [PATCH] fix it exiting the wait --- common/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/zsh.nix b/common/zsh.nix index 279ee35..c2153be 100644 --- a/common/zsh.nix +++ b/common/zsh.nix @@ -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 = {