From a758ff909ffd5af9cdd1e72790780de714278dec Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 6 Oct 2023 02:05:32 -0500 Subject: [PATCH] Note on pinentry --- modules/home-manager/macos.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/home-manager/macos.nix b/modules/home-manager/macos.nix index fa36e52..5e0610d 100644 --- a/modules/home-manager/macos.nix +++ b/modules/home-manager/macos.nix @@ -3,4 +3,13 @@ common desktop ]; + + # TODO: pinentry curses? + /* + programs.gnupg.agent = { + enable = true; + pinentryFlavor = "gnome3"; + enableSSHSupport = true; + }; + */ }