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

View file

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