From d291f790cc5df413c1e98520f2e32237ab3a7547 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Thu, 10 Jul 2025 10:46:14 -0400 Subject: [PATCH] fix 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 870fb23..6388582 100644 --- a/home/crow/common/core/direnv.nix +++ b/home/crow/common/core/direnv.nix @@ -1,5 +1,6 @@ { programs = { + zsh.enable = true; direnv = { enable = true; nix-direnv.enable = true;