Re-enabled `nix-index` ZSH integration.

Note to self, remember how to re-enable the `command-not-found` tooling instead of the full `nix-index` output. (The "Full" output is too much.)
This commit is contained in:
Whovian NTSN 2024-06-14 16:48:08 -04:00
parent 180d711fd8
commit 2db056beeb
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ in
nix-index = { nix-index = {
enable = true; enable = true;
enableZshIntegration = false; enableZshIntegration = true;
enableBashIntegration = false; enableBashIntegration = false;
enableFishIntegration = false; enableFishIntegration = false;
}; };