summaryrefslogtreecommitdiff
path: root/features/wayland.nix
diff options
context:
space:
mode:
authorsinanmohd <pcmsinan@gmail.com>2023-07-02 15:33:59 +0530
committersinanmohd <pcmsinan@gmail.com>2023-07-02 16:08:23 +0530
commit7ebdc2ef72ba29aaccff64b4933076f8fd70ce3a (patch)
tree897a741f2df1c8a0c29e1fcf2c5c2aebb456003b /features/wayland.nix
parenteccb8f3daa274d344a46142c130873987bcfbae8 (diff)
gnupg: initial commit
Diffstat (limited to 'features/wayland.nix')
-rw-r--r--features/wayland.nix5
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";
+ };
}