diff --git a/modules/cli/zsh.nix b/modules/cli/zsh.nix index 7b5d85a..fdad0f1 100644 --- a/modules/cli/zsh.nix +++ b/modules/cli/zsh.nix @@ -58,6 +58,7 @@ enable = true; enableZshIntegration = true; }; + command-not-found.enable = true; }; }; }