From 44adb7d61e71370acb7d839e6b76270f9a081939 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 1 Jan 2026 18:45:23 -0600 Subject: Command not found: nix-index --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configuration.nix') 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. # -- cgit v1.2.3