{ config, ... }: { programs.git = { enable = true; userName = "Jimbo"; userEmail = "jimbo@${config.domains.jim2}"; }; }