{ config, flakesPath, ... }: { programs.ssh = { enable = true; }; home.file.".ssh/config" = { source = config.home-libs.mkOutOfStoreSymlink "profiles/apollo/hm/ssh/config"; }; }