diff options
| author | Franck Cuny <fcuny@roblox.com> | 2025-08-28 12:42:48 -0700 |
|---|---|---|
| committer | Franck Cuny <fcuny@roblox.com> | 2025-08-28 12:42:48 -0700 |
| commit | d69fe6b00abf311db87f71010c53ff004644dc98 (patch) | |
| tree | 32b5c8cebdc94170f3684a7dbafb11bfc35e89c0 /home | |
| parent | add home-manager settings for rust (diff) | |
| download | infra-d69fe6b00abf311db87f71010c53ff004644dc98.tar.gz | |
additional configuration for direnv
Diffstat (limited to 'home')
| -rw-r--r-- | home/programs/direnv.nix | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/home/programs/direnv.nix b/home/programs/direnv.nix index 54585ca..bad971d 100644 --- a/home/programs/direnv.nix +++ b/home/programs/direnv.nix @@ -3,9 +3,11 @@ programs.direnv = { enable = true; nix-direnv.enable = true; - config = { - global.disable_stdin = true; - global.strict_env = true; + config.global = { + disable_stdin = true; + strict_env = true; + hide_env_diff = true; + warn_timeout = 0; }; }; } |
