diff --git a/home.nix b/home.nix index 4a960f4..833d254 100644 --- a/home.nix +++ b/home.nix @@ -58,6 +58,12 @@ categories = [ "Application" ]; }; }; + + programs.nix-index = { + enable = true; + enableFishIntegration = true; + }; + programs.fzf.enableFishIntegration = false; # use fish.fzf keybinding programs.fish = { enable = true;