From f7e6e1f3a452dfc921c01b2127fa6ad12abd47c4 Mon Sep 17 00:00:00 2001 From: Culis Gaspard Date: Thu, 19 Sep 2024 12:45:06 +0200 Subject: [PATCH] nix -> profiles: Enable "direnv" for culisg profile --- nix/profiles/culisg.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/profiles/culisg.nix b/nix/profiles/culisg.nix index 411c373..793739f 100644 --- a/nix/profiles/culisg.nix +++ b/nix/profiles/culisg.nix @@ -4,6 +4,7 @@ home.stateVersion = "24.05"; programs.home-manager.enable = true; + programs.direnv.enable = true; imports = [ ../../shell