From 579837dd33e0d530f16150db831928e64bf10e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Fri, 11 Feb 2022 22:26:06 +0100 Subject: [PATCH] :rocket: add command not found --- modules/cli/zsh.nix | 1 + 1 file changed, 1 insertion(+) 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; }; }; }