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; + }; + */ }