{ pkgs, config, lib, ... }: { programs.gnupg = { agent = { enable = true; enableSSHSupport = true; }; }; }