nix: quiet direnv
This commit is contained in:
parent
4bcdc246b7
commit
274d5d9f8c
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
|
||||
let
|
||||
baseDirenv = {
|
||||
home.sessionVariables = {
|
||||
DIRENV_LOG_FORMAT = "";
|
||||
};
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue