Fix `nix-index`, oops.
This commit is contained in:
parent
b6c3c71ad1
commit
a63133b2eb
|
@ -49,7 +49,10 @@ in
|
|||
};
|
||||
|
||||
nix-index = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
enableZshIntegration = false;
|
||||
enableBashIntegration = false;
|
||||
enableFishIntegration = false;
|
||||
};
|
||||
|
||||
ripgrep = {
|
||||
|
|
Loading…
Reference in New Issue