diff options
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. # |
