From 6d0d71630b2724f11b8987053423c513a4bd43a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Thu, 14 Mar 2024 10:07:34 +0100 Subject: [PATCH] 228 current 1970-01-01 01:00:00 24.05.20240312.0ad13a6 6.6.21 * --- hosts/MaxNixosLaptop/home.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/MaxNixosLaptop/home.nix b/hosts/MaxNixosLaptop/home.nix index e9b37d5..29c5425 100644 --- a/hosts/MaxNixosLaptop/home.nix +++ b/hosts/MaxNixosLaptop/home.nix @@ -66,7 +66,6 @@ withVencord = true; }) vesktop - direnv ]; home.sessionVariables = { @@ -79,4 +78,10 @@ # Let Home Manager install and manage itself. programs.home-manager.enable = true; + + programs.direnv = { + enable = true; + enableBashIntegration = true; + enableZshIntegration = true; + }; }