From ed799f5afcf6a3dc805def75d0824ecc24de4f32 Mon Sep 17 00:00:00 2001 From: sodiboo Date: Tue, 15 Jul 2025 13:07:25 +0200 Subject: revert nushell completion for flake.nix --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index f78024dc..c19cca05 100644 --- a/flake.nix +++ b/flake.nix @@ -122,7 +122,6 @@ 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