{ user, home }: { ... }: { home-manager.users.${user} = { services.ssh-agent.enable = true; programs.ssh.matchBlocks."*".addKeysToAgent = "yes"; }; }