Skip to content

Commit

Permalink
direnv: make less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed May 30, 2024
1 parent 70afdfa commit 73dd7c4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions home/direnv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
programs.direnv = {
enable = true;
nix-direnv.enable = true;
# NOTE: disabled, because causes breakage often
/* config.global = {
strict_env = true;
}; */
config.global = {
hide_env_diff = true;
};
};
}

0 comments on commit 73dd7c4

Please sign in to comment.