From 35ca2c2364f4cc1652b77574ccab699ffc5ad2bb Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Thu, 11 Nov 2021 19:50:38 +0700 Subject: [PATCH] zsh: enable command-not-found hook --- modules/user/zsh.nix | 1 + 1 file changed, 1 insertion(+) 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";