Re-enable `nix-index` since I want the database, but not the shell Integration.

This commit is contained in:
Whovian NTSN 2024-05-12 05:24:57 -04:00
parent 9280090c26
commit 0a81dadc0c
1 changed files with 2 additions and 1 deletions

View File

@ -128,7 +128,8 @@
enable = true; enable = true;
}; };
nix-index = { nix-index = {
enable = false; enable = true;
enableZshIntegration = false;
}; };
ripgrep = { ripgrep = {
enable = true; enable = true;