improve direnv config
This commit is contained in:
parent
50a8cafdac
commit
d02a1b36fd
1 changed files with 5 additions and 0 deletions
|
|
@ -388,6 +388,11 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
nix-direnv.enable = 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
|
# FIX: gpg should be declarative, but is more work than I have time for rn
|
||||||
gpg = {
|
gpg = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue