Replace command-not-found with nix-index

This commit is contained in:
2023-02-11 15:18:44 +01:00
parent 3b535a6d4d
commit 42f535a430
3 changed files with 38 additions and 2 deletions

View File

@@ -156,6 +156,13 @@ with pkgs;
# Enable fish package completion
programs.fish.enable = true;
# Enable nix-index
programs.command-not-found.enable = false;
programs.nix-index = {
enable = true;
enableFishIntegration = true;
};
# Import other configuration modules
imports = [
./modules/hardware-configuration.nix