{ config, pkgs, ... }: { programs.git = { enable = true; userName = "albert"; userEmail = "albert@sysctl.io"; extraConfig = { credential.helper = "cache --timeout=25920000"; }; }; }