summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/common.nix b/common.nix
index fbfee8e..61d83fd 100644
--- a/common.nix
+++ b/common.nix
@@ -447,9 +447,6 @@ in
programs.direnv.enable = true;
programs.direnv.nix-direnv.enable = true;
- # reverse package search, https://github.com/nix-community/nix-index
- programs.nix-index.enable = true;
-
# generate the shell config
programs.zsh = {
enable = true;