home: Correct niri msg usage
This commit is contained in:
parent
af37c28a6c
commit
a17bd32d6a
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ let
|
|||
text = ''
|
||||
niri msg --json outputs \
|
||||
| jq --raw-output0 '. | keys | .[]' \
|
||||
| xargs -0 I {} niri msg output -- {} "$1"
|
||||
| xargs -0 I {} -- niri msg output {} "$1"
|
||||
'';
|
||||
};
|
||||
in lib.getExe pkg;
|
||||
|
|
Loading…
Reference in a new issue