From 8a12435b108ee2a4884411e63a1077d89ff9a311 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Thu, 10 Jul 2025 09:57:03 -0400 Subject: [PATCH] add zsh integration to direnv --- home/crow/common/core/direnv.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/crow/common/core/direnv.nix b/home/crow/common/core/direnv.nix index bf4e94e..870fb23 100644 --- a/home/crow/common/core/direnv.nix +++ b/home/crow/common/core/direnv.nix @@ -3,6 +3,7 @@ direnv = { enable = true; nix-direnv.enable = true; + enableZshIntegration = true; }; }; }