MyNixOS website logo
option

programs.gnupg.agent.pinentryPackage

Which pinentry package to use. The path to the mainProgram as defined in the package's meta attriutes will be set in /etc/gnupg/gpg-agent.conf. If not set by the user, it'll pick an appropriate flavor depending on the system configuration (qt flavor for lxqt and plasma5, gtk2 for xfce, gnome3 on all other systems with X enabled, curses otherwise).

Declarations
Type
null or package
Default
{
  _type = "literalMD";
  text = "matching the configured desktop environment or `pkgs.pinentry-curses`";
}
Example
{
  _type = "literalMD";
  text = "pkgs.pinentry-gnome3";
}