From 7c53b9d2788db9d88a8ec6477d467666856d3257 Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 28 Jul 2025 14:57:02 +0200 Subject: Enable direnv HM module for correct shell sourcing Signed-off-by: Mel --- modules/home/common.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/home/common.nix') diff --git a/modules/home/common.nix b/modules/home/common.nix index 9c62f22..e59f195 100644 --- a/modules/home/common.nix +++ b/modules/home/common.nix @@ -25,6 +25,11 @@ ]; extraConfig.init.defaultBranch = "main"; }; + + direnv = { + enable = true; + nix-direnv.enable = true; + }; }; xdg.configFile = { -- cgit 1.4.1