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

View file

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