diff options
| author | Christian <[email protected]> | 2026-01-21 14:15:00 -0600 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-01-21 14:15:00 -0600 |
| commit | f4472f01307f5366e4afd8109236d5852773951d (patch) | |
| tree | bd46dfea5713c972988c7bb124eccef7e5704861 | |
| parent | 87f65f5fc4232dbd9aa5dc1994a42f5d920ef7f5 (diff) | |
I like the comma, but not the long command not found thing
| -rw-r--r-- | modules/common.nix | 2 |
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; } |
