From 5fa9147e021180a4ed7fe6287709ae00454ca846 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Sat, 1 Jun 2024 17:32:03 +0200 Subject: [PATCH] [Services/GnuPG] hide "OK" message on shell init --- services/gnupg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/gnupg.nix b/services/gnupg.nix index 7bce4fe..f0045d3 100644 --- a/services/gnupg.nix +++ b/services/gnupg.nix @@ -19,7 +19,7 @@ in { }; environment.interactiveShellInit = mkAfter '' - ${config.programs.gnupg.package}/bin/gpg-connect-agent --quiet updatestartuptty /bye + ${config.programs.gnupg.package}/bin/gpg-connect-agent --quiet updatestartuptty /bye >/dev/null ''; environment.shellInit = ''