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