aboutsummaryrefslogtreecommitdiffstats
path: root/home/root/common/core/git.nix
blob: 49e10df10f8fa0008c8873eba21619a412877db0 (plain)
1
2
3
4
5
6
{
  programs.git = {
    enable = true;
    extraConfig.pull.rebase = true;
  };
}