niri: install nushell completions

This commit is contained in:
Yifei Sun
2026-05-12 19:35:42 +02:00
parent 80dda9c24f
commit 77981d0d8e
+1
View File
@@ -101,6 +101,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
installShellCompletion --cmd $pname \
--bash <($out/bin/niri completions bash) \
--fish <($out/bin/niri completions fish) \
--nushell <($out/bin/niri completions nushell) \
--zsh <($out/bin/niri completions zsh)
'';