diff options
author | sinanmohd <pcmsinan@gmail.com> | 2023-07-02 15:33:59 +0530 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-07-02 16:08:23 +0530 |
commit | 7ebdc2ef72ba29aaccff64b4933076f8fd70ce3a (patch) | |
tree | 897a741f2df1c8a0c29e1fcf2c5c2aebb456003b | |
parent | eccb8f3daa274d344a46142c130873987bcfbae8 (diff) |
gnupg: initial commit
-rw-r--r-- | features/wayland.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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"; + }; } |