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 = ''
|
initExtra = ''
|
||||||
nrun() {
|
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 = {
|
history = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue