diff --git a/common/home/default.nix b/common/home/default.nix index 2329a57..0057ba8 100644 --- a/common/home/default.nix +++ b/common/home/default.nix @@ -388,6 +388,11 @@ in enable = true; enableZshIntegration = true; nix-direnv.enable = true; + config.global = { + load_dotenv = true; + log_format = "-"; + hide_env_diff = true; + }; }; # FIX: gpg should be declarative, but is more work than I have time for rn gpg = {