{ config, home-manager, ... }: { programs.gnupg.agent = { enable = true; enableSSHSupport = true; }; }