{ config, pkgs, ... }: { # ssh programs.ssh = { enable = true; includes = [ "${config.home.homeDirectory}/.dotfiles/apps/ssh/config" ]; }; }