diff --git a/home/features/cli/nix-index.nix b/home/features/cli/nix-index.nix index 30a764d..c538038 100644 --- a/home/features/cli/nix-index.nix +++ b/home/features/cli/nix-index.nix @@ -9,4 +9,6 @@ in enable = true; enableFishIntegration = mkIf hasFish true; }; + + programs.command-not-found.enable = false; }