{ pkgs, ... }: { programs.git = { enable = true; includes = [{ path = "~/.config/home-manager/gitconfig"; }]; }; }