From 370840c8110c442a4a97aabf0dacf6658d477294 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Wed, 30 Apr 2025 01:37:37 +0000 Subject: [PATCH] deploy: e9c80e277b572f642835afbf0d793b72cf49f551 --- options.xhtml | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/options.xhtml b/options.xhtml index 90625f02e..0d602ab35 100644 --- a/options.xhtml +++ b/options.xhtml @@ -75203,12 +75203,12 @@ boolean

- services.gpg-agent.pinentryPackage + services.gpg-agent.pinentry.package
-

Which pinentry interface to use. If not null, it sets +

The pinentry-gnome3 package to use. Which pinentry interface to use. If not null, it sets pinentry-program in gpg-agent.conf. Beware that pinentry-gnome3 may not work on non-GNOME systems. You can fix it by adding the following to your configuration:

home.packages = [ pkgs.gcr ];
@@ -75220,8 +75220,29 @@ null or package

Default: null

+

Declared by:

+ + +
+ +<home-manager/modules/services/gpg-agent.nix> + +
+
+
+ + services.gpg-agent.pinentry.program + + +
+
+

Which program to search for in the configured pinentry.package.

+ +

Type: +null or string

+

Example: -pkgs.pinentry-gnome3

+"wayprompt-pinentry"

Declared by: