From 889ad280f45bb1ed647cb382404aa7c346f8a7c2 Mon Sep 17 00:00:00 2001
From: notohh <github@notohh.dev>
Date: Mon, 5 May 2025 03:21:59 -0400
Subject: [PATCH] gpg: update pinentry syntax

---
 home/services/gpg.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/home/services/gpg.nix b/home/services/gpg.nix
index b743752..372f48d 100644
--- a/home/services/gpg.nix
+++ b/home/services/gpg.nix
@@ -3,7 +3,7 @@
     gpg-agent = {
       enable = true;
       defaultCacheTtl = 3600;
-      pinentryPackage = pkgs.pinentry-curses;
+      pinentry.package = pkgs.pinentry-curses;
       enableSshSupport = true;
       enableNushellIntegration = true;
     };