Replace command-not-found with nix-index
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user