Skip to content

Commit

Permalink
feat(git): add better defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Feb 28, 2025
1 parent 63625f3 commit 80a8e71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/nixos/programs/git/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ in
push.autoSetupRemote = true;
rerere.enabled = true;
github.user = cfg.githubUsername;
diff = {
colorMoved = true;
algorithm = "histogram";
};
credential.helper = "store";
};
};
Expand Down

0 comments on commit 80a8e71

Please sign in to comment.