From 7ebdc2ef72ba29aaccff64b4933076f8fd70ce3a Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 2 Jul 2023 15:33:59 +0530 Subject: gnupg: initial commit --- features/wayland.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'features/wayland.nix') diff --git a/features/wayland.nix b/features/wayland.nix index 7c1c667..0e7d23a 100644 --- a/features/wayland.nix +++ b/features/wayland.nix @@ -44,6 +44,7 @@ in sha256 = "1wns3g7r7g5gcc8vcrffrvvx1cfp33myb80l0p6pv6qaflvb5i0a"; }; })) + pinentry-gnome mpv qemu OVMFFull @@ -88,4 +89,8 @@ in fonts.enableDefaultFonts = true; programs.dconf.enable = true; programs.xwayland.enable = true; + programs.gnupg.agent = { + enable = true; + pinentryFlavor = "gnome3"; + }; } -- cgit v1.2.3