From d9648e6bde1d2fc4a568dec93ba65c11073192a3 Mon Sep 17 00:00:00 2001 From: Ross Smyth <18294397+RossSmyth@users.noreply.github.com> Date: Tue, 16 Sep 2025 20:59:00 -0400 Subject: Revert "revert nushell completion for flake.nix" This reverts commit ed799f5afcf6a3dc805def75d0824ecc24de4f32. --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 435f7521..7585415c 100644 --- a/flake.nix +++ b/flake.nix @@ -126,6 +126,7 @@ installShellCompletion --cmd niri \ --bash <($out/bin/niri completions bash) \ --fish <($out/bin/niri completions fish) \ + --nushell <($out/bin/niri completions nushell) \ --zsh <($out/bin/niri completions zsh) install -Dm644 resources/niri.desktop -t $out/share/wayland-sessions -- cgit