From 5094b1f32d51df1be0ae1461ccd1012957e04bf8 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 31 Aug 2023 22:31:13 +0900 Subject: [PATCH] test --- nixos/common/services/gnupg-agent.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/common/services/gnupg-agent.nix b/nixos/common/services/gnupg-agent.nix index d39e657d..4c4558c5 100644 --- a/nixos/common/services/gnupg-agent.nix +++ b/nixos/common/services/gnupg-agent.nix @@ -7,6 +7,7 @@ }; environment.systemPackages = with pkgs; [ + pinentry-curses gpg-tui gnupg ];