nix-index.nix: disable
This commit is contained in:
parent
89234cfa5a
commit
7acb6733d9
1 changed files with 1 additions and 5 deletions
|
@ -5,11 +5,7 @@
|
||||||
enable = false;
|
enable = false;
|
||||||
};
|
};
|
||||||
nix-index = {
|
nix-index = {
|
||||||
enable = true;
|
enable = false;
|
||||||
package = pkgs.nix-index;
|
|
||||||
enableBashIntegration = true;
|
|
||||||
enableZshIntegration = true;
|
|
||||||
enableFishIntegration = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue