{ config, pkgs, ... }:
{
home.stateVersion = "22.11";
home.file.".ssh/config".source = ./ssh/config;
}