DQXHSIVUKXS2XGCDYT5NEWPHLBOL5BWYU7YBFKU43AH2W7KQWLGQC inherit (lib) mkDefault;in{packages = [pkgs.ghpkgs.git-credential-oauth];rum.programs.git = {enable = true;
inherit (lib.meta) getExe;
branch.sort = "-committerdate";tag.sort = "-taggerdate";
diff.algorithm = "histogram";diff.colorMoved = "default";diff.external = getExe pkgs.difftastic;diff.tool = "difftastic";difftool.difftastic.cmd = "${getExe pkgs.difftastic} $LOCAL $REMOTE";
core.compression = 9;core.preloadindex = true;core.editor = "${config.environment.sessionVariables.EDITOR}";core.longpaths = true;
merge.conflictStyle = "zdiff3";
commit.gpgSign = true;tag.gpgSign = true;gpg.format = "ssh";
url."ssh://git@github.com/".insteadOf = "gh:";include.path = "credentials";};gitIni = pkgs.formats.gitIni { };in{packages = [pkgs.ghpkgs.gitpkgs.difftasticpkgs.git-credential-oauth];