From 59ef6972778ef867b0bccf04efdfce38e8134d8d Mon Sep 17 00:00:00 2001 From: Linnnus Date: Thu, 6 Feb 2025 18:20:17 +0100 Subject: Add direnv ZSH integratino --- shared/home-manager/zsh/plugins.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'shared/home-manager') diff --git a/shared/home-manager/zsh/plugins.nix b/shared/home-manager/zsh/plugins.nix index 6dbc151..b1cfdfb 100644 --- a/shared/home-manager/zsh/plugins.nix +++ b/shared/home-manager/zsh/plugins.nix @@ -44,4 +44,9 @@ in { initExtra = concatStringsSep "\n" (catAttrs "config" plugins); }; + + programs.direnv = { + enable = true; + enableZshIntegration = true; + }; } -- cgit v1.2.3