change gpg-agent pinentry

This commit is contained in:
Dmitriy Kholkin 2021-11-12 05:39:08 +03:00
parent 5b0bb1a74e
commit 9336c22e69
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
services.gpg-agent = {
enable = true;
enableSshSupport = true;
pinentryFlavor = "gtk2";
pinentryFlavor = "gnome3";
sshKeys = [
"7A7130ABF128CC2C32B3D6AD27515056B0193CE1"
"E6A6377C3D0827C36428A290199FDB3B91414AFE"

View File

@ -32,7 +32,7 @@ in {
})
];
programs.dconf.enable = true;
services.dbus.packages = with pkgs; [ gnome3.dconf ];
services.dbus.packages = with pkgs; [ gnome3.dconf gcr ];
home-manager.users.alukard = {
gtk = {
enable = true;