aboutsummaryrefslogtreecommitdiffstats
path: root/home/nipsy/common/core/git.nix
blob: d8bc6cf8c50dafd3a1bfc071650f449ceab6532b (plain)
1
2
3
4
5
6
7
8
{
  programs.git = {
    enable = true;
    userEmail = "nipsy@bitgnome.net";
    userName = "Mark Nipper";
    extraConfig.pull.rebase = true;
  };
}