update git settings renamed options

This commit is contained in:
Noah Masur
2025-10-13 15:05:39 -04:00
parent a57207dd5d
commit 72c548e707
6 changed files with 12 additions and 10 deletions

View File

@@ -29,9 +29,11 @@ in
programs.git = {
enable = true;
userName = cfg.name;
userEmail = cfg.email;
extraConfig = {
settings = {
user = {
name = cfg.name;
email = cfg.email;
};
core.pager = "${pkgs.git}/share/git/contrib/diff-highlight/diff-highlight | less --no-init";
interactive.difffilter = "${pkgs.git}/share/git/contrib/diff-highlight/diff-highlight";
pager = {