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 ];