From fd68b40a72877205d414bdfb0ff3d2109da4fb50 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 26 Jul 2025 22:10:49 +0200 Subject: [PATCH] chore: remove command-not-found; it sucks --- modules/home/zsh.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/home/zsh.nix b/modules/home/zsh.nix index a5c83e8..795ddf1 100644 --- a/modules/home/zsh.nix +++ b/modules/home/zsh.nix @@ -7,7 +7,6 @@ }: { programs = { - command-not-found.enable = true; zsh = { enable = true; autocd = true;