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; + }; }