Disable direnv logging with direnv.silent
This commit is contained in:
parent
be93343023
commit
9a10b7017b
2 changed files with 3 additions and 1 deletions
nix/modules/home-manager/features/cli
|
@ -9,7 +9,10 @@ with lib;
|
|||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
|
||||
nix-direnv.enable = true;
|
||||
|
||||
silent = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue