change gpg-agent pinentry
This commit is contained in:
parent
5b0bb1a74e
commit
9336c22e69
@ -8,7 +8,7 @@
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
enableSshSupport = true;
|
||||
pinentryFlavor = "gtk2";
|
||||
pinentryFlavor = "gnome3";
|
||||
sshKeys = [
|
||||
"7A7130ABF128CC2C32B3D6AD27515056B0193CE1"
|
||||
"E6A6377C3D0827C36428A290199FDB3B91414AFE"
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user