{ pkgs, ... }: { programs.git = { enable = true; userName = "shibazaki"; userEmail = "shibazaki@example.com"; }; }