{ config, pkgs, ... }:

{
  programs.ssh.startAgent = true;
  programs.ssh.startAgent = false;
}