chore: switch pinentry to gnome

This commit is contained in:
Patrick Großmann 2023-10-24 23:10:04 +02:00
parent e2dbc1b2a3
commit 53cf2d0e95
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
2 changed files with 3 additions and 1 deletions

View file

@ -23,6 +23,8 @@ in {
];
config = {
# needed for gnome pinentry
services.dbus.packages = [pkgs.gcr];
stylix = {
autoEnable = false;
polarity = "dark";

View file

@ -2,7 +2,7 @@
services.gpg-agent = {
enable = true;
enableSshSupport = true;
pinentryFlavor = "qt";
pinentryFlavor = "gnome3";
};
programs.gpg = {