zsh: enable command-not-found hook

This commit is contained in:
LavaDesu 2021-11-11 19:50:38 +07:00
parent 283df33be4
commit 35ca2c2364
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -97,6 +97,7 @@ let
bindkey -M vicmd 'j' history-substring-search-down bindkey -M vicmd 'j' history-substring-search-down
''; '';
in { in {
programs.command-not-found.enable = true;
programs.zsh = { programs.zsh = {
enable = true; enable = true;
dotDir = ".config/zsh"; dotDir = ".config/zsh";