nix/common/dotfiles/git.nix

8 lines
201 B
Nix
Raw Normal View History

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