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:
parent
180d711fd8
commit
2db056beeb
|
@ -64,7 +64,7 @@ in
|
|||
|
||||
nix-index = {
|
||||
enable = true;
|
||||
enableZshIntegration = false;
|
||||
enableZshIntegration = true;
|
||||
enableBashIntegration = false;
|
||||
enableFishIntegration = false;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue