From 9336c22e6930464c7a63639fd21aad9d20c5ce42 Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Fri, 12 Nov 2021 05:39:08 +0300 Subject: [PATCH] change gpg-agent pinentry --- profiles/workspace/gpg.nix | 2 +- profiles/workspace/gtk.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/workspace/gpg.nix b/profiles/workspace/gpg.nix index f6cfd97..23aa03f 100644 --- a/profiles/workspace/gpg.nix +++ b/profiles/workspace/gpg.nix @@ -8,7 +8,7 @@ services.gpg-agent = { enable = true; enableSshSupport = true; - pinentryFlavor = "gtk2"; + pinentryFlavor = "gnome3"; sshKeys = [ "7A7130ABF128CC2C32B3D6AD27515056B0193CE1" "E6A6377C3D0827C36428A290199FDB3B91414AFE" diff --git a/profiles/workspace/gtk.nix b/profiles/workspace/gtk.nix index ba5d87a..a5ccc49 100644 --- a/profiles/workspace/gtk.nix +++ b/profiles/workspace/gtk.nix @@ -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;