modules/home/programs/shell/fish.nix: change direnv to silent

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-03-19 23:42:43 +02:00
parent ac4bd81a63
commit ddf57f8c37

View File

@ -22,6 +22,7 @@ in {
eza.enable = true;
zoxide.enable = true;
direnv.enable = true;
direnv.silent = true;
nix-your-shell.enable = true;
keychain.enable = true;
keychain.extraFlags = ["--quiet" "--noask"];