made Pinentry a Package
This commit is contained in:
parent
aecd0536fe
commit
a910924bcc
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ in {
|
|||
services.pcscd.enable = true;
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryPackage = pkgs.lib.mkForce "pinentry-qt";
|
||||
pinentryPackage = pkgs.lib.mkForce pkgs.pinentry-qt;
|
||||
};
|
||||
|
||||
programs.firefox = {
|
||||
|
|
Loading…
Add table
Reference in a new issue