chore(pinentry): use gtk3

This commit is contained in:
oddlama 2023-10-18 15:11:38 +02:00
parent 76f81807b3
commit 7b7458ccd5
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 7 additions and 4 deletions

View file

@ -58,6 +58,6 @@
services.gpg-agent = {
enable = true;
enableSshSupport = true;
pinentryFlavor = "qt";
pinentryFlavor = "gnome3";
};
}