improve direnv config

This commit is contained in:
Noa Aarts 2024-11-25 22:38:27 +01:00
parent 50a8cafdac
commit d02a1b36fd
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -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 = {