From 2db056beeb58310154c0b4e41be08dd1cb4cf69a Mon Sep 17 00:00:00 2001 From: Whovian9369 Date: Fri, 14 Jun 2024 16:48:08 -0400 Subject: [PATCH] Re-enabled `nix-index` ZSH integration. Note to self, remember how to re-enable the `command-not-found` tooling instead of the full `nix-index` output. (The "Full" output is too much.) --- home/pkgs_and_programs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/pkgs_and_programs.nix b/home/pkgs_and_programs.nix index d21ed85..42207ba 100644 --- a/home/pkgs_and_programs.nix +++ b/home/pkgs_and_programs.nix @@ -64,7 +64,7 @@ in nix-index = { enable = true; - enableZshIntegration = false; + enableZshIntegration = true; enableBashIntegration = false; enableFishIntegration = false; };