Use gnome3 pinentry for gpg

as it has wayland support
This commit is contained in:
jalr 2020-11-05 09:05:12 +01:00
parent 8c7debca49
commit ece5ef9787
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@
programs.gnupg.agent = {
enable = true;
pinentryFlavor = "qt";
pinentryFlavor = "gnome3";
};
sound.enable = true;

View file

@ -89,7 +89,7 @@
programs.gnupg.agent = {
enable = true;
pinentryFlavor = "qt";
pinentryFlavor = "gnome3";
};
sound.enable = true;