home: Correct niri msg usage

This commit is contained in:
Mikael 2024-08-25 19:44:00 +02:00
parent af37c28a6c
commit a17bd32d6a
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -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;