Fix `nix-index`, oops.

This commit is contained in:
Whovian NTSN 2024-05-20 20:05:35 -04:00
parent b6c3c71ad1
commit a63133b2eb
1 changed files with 4 additions and 1 deletions

View File

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