diff options
Diffstat (limited to 'mixins')
-rw-r--r-- | mixins/cli.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mixins/cli.nix b/mixins/cli.nix index c9a214f..8a37600 100644 --- a/mixins/cli.nix +++ b/mixins/cli.nix @@ -85,6 +85,7 @@ end nix shell $p ''; + fish_command_not_found = "nix shell nixpkgs#(command-not-found $argv[1] &| sed -nr 's/.*-p (.*)$/\\1/p' | ${lib.getExe pkgs.fzf}) -c $argv[1]"; }; }; neovim = { |