{ config, pkgs, ... }: { programs.git = { enable = true; userEmail = "autumnal.musing@gmail.com"; userName = "autumn"; }; }