diff options
| author | Christian <[email protected]> | 2026-01-01 18:45:23 -0600 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-01-01 18:47:15 -0600 |
| commit | 44adb7d61e71370acb7d839e6b76270f9a081939 (patch) | |
| tree | abf080cc3bafb9b29c884afe8a030c9fd16aad03 /configuration.nix | |
| parent | 47c9f3299fc9668e55d7080572a6f49277fee66f (diff) | |
Command not found: nix-index
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index e0d8eb3..7457d3b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -92,6 +92,10 @@ rebuild = "sudo nixos-rebuild switch --flake /etc/nixos"; }; + programs.nix-index.enable = true; + programs.nix-index-database.comma.enable = true; + programs.command-not-found.enable = false; + # This option defines the first version of NixOS you have installed on this particular machine, # and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions. # |
