programs.gnupg.agent.pinentryPackage

NixOS option

Which pinentry package to use. The path to the mainProgram as defined in the package’s meta attributes 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 plasma, gtk2 for xfce, gnome3 on all other systems with X enabled, curses otherwise).

type: null or package
Default
<rendered-html><p>matching the configured desktop environment or
<code>pkgs.pinentry-curses</code></p>
</rendered-html>
Example
<rendered-html><p>pkgs.pinentry-gnome3</p>
</rendered-html>
declared in: nixos/modules/programs/gnupg.nixView source on NixOS/nixpkgs →