Skip to content

Commit

Permalink
direnv: add some config
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodachi94 committed Mar 28, 2024
1 parent c4e05af commit 0ce53e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions home/common/direnv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
enable = true;
nix-direnv.enable = true;
enableZshIntegration = true;
config = {
global = {
hide_env_diff = true;
warn_timeout = "1m";
};
};
};
}

0 comments on commit 0ce53e3

Please sign in to comment.