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;