diff --git a/modules/user/zsh.nix b/modules/user/zsh.nix index 2f693cb..35b5e7c 100644 --- a/modules/user/zsh.nix +++ b/modules/user/zsh.nix @@ -97,6 +97,7 @@ let bindkey -M vicmd 'j' history-substring-search-down ''; in { + programs.command-not-found.enable = true; programs.zsh = { enable = true; dotDir = ".config/zsh";