Fix nix-index
, oops.
This commit is contained in:
parent
b6c3c71ad1
commit
a63133b2eb
1 changed files with 4 additions and 1 deletions
|
@ -49,7 +49,10 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
nix-index = {
|
nix-index = {
|
||||||
enable = false;
|
enable = true;
|
||||||
|
enableZshIntegration = false;
|
||||||
|
enableBashIntegration = false;
|
||||||
|
enableFishIntegration = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
ripgrep = {
|
ripgrep = {
|
||||||
|
|
Loading…
Reference in a new issue