summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-01-21 14:15:00 -0600
committerChristian <[email protected]>2026-01-21 14:15:00 -0600
commitf4472f01307f5366e4afd8109236d5852773951d (patch)
treebd46dfea5713c972988c7bb124eccef7e5704861
parent87f65f5fc4232dbd9aa5dc1994a42f5d920ef7f5 (diff)
I like the comma, but not the long command not found thing
-rw-r--r--modules/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common.nix b/modules/common.nix
index c1cb613..fcfed19 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -59,7 +59,7 @@
rebuild = "sudo nixos-rebuild switch --flake ~/.config/nixos";
};
- programs.nix-index.enable = true;
+ programs.nix-index.enable = false;
programs.nix-index-database.comma.enable = true;
programs.command-not-found.enable = false;
}