Re-enable `nix-index` since I want the database, but not the shell Integration.
This commit is contained in:
parent
9280090c26
commit
0a81dadc0c
|
@ -128,7 +128,8 @@
|
|||
enable = true;
|
||||
};
|
||||
nix-index = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
enableZshIntegration = false;
|
||||
};
|
||||
ripgrep = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in New Issue