{...}: {
  home.file."sshconfig" = {
    source = ./config;
    target = ".config/ssh/config";
    force = true;
  };
}