From ddf57f8c378ee6d51757446a53256afc03a7174e Mon Sep 17 00:00:00 2001 From: unexplrd Date: Wed, 19 Mar 2025 23:42:43 +0200 Subject: [PATCH] modules/home/programs/shell/fish.nix: change direnv to silent Signed-off-by: unexplrd --- modules/home/programs/shell/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/programs/shell/fish.nix b/modules/home/programs/shell/fish.nix index 33db876..b842206 100644 --- a/modules/home/programs/shell/fish.nix +++ b/modules/home/programs/shell/fish.nix @@ -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"];