fix it exiting the wait
This commit is contained in:
parent
17afe90641
commit
44d04e8431
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue