diff --git a/specific/laptop/home-manager.nix b/specific/laptop/home-manager.nix index 0acdb6f..7f6ed4a 100644 --- a/specific/laptop/home-manager.nix +++ b/specific/laptop/home-manager.nix @@ -58,6 +58,16 @@ # PACKAGES # # + programs.direnv = { + config = { + whitelist = { + prefix = [ + "/home/wizardlink/Documents/projects" + ]; + }; + }; + }; + home.packages = with pkgs; [ ## Tools # Utilities