Use VSCodium merge tool

This commit is contained in:
Andrew Kvalheim 2022-08-18 16:28:29 -07:00
parent 866aacd5b5
commit f161dcd95f
2 changed files with 3 additions and 0 deletions

View file

@ -296,4 +296,6 @@ in
};
programs.zsh.shellAliases.code = "codium";
programs.git.extraConfig."mergetool \"code\"".cmd = "${pkgs.vscodium}/bin/codium --wait --merge $REMOTE $LOCAL $BASE $MERGED";
}

View file

@ -76,6 +76,7 @@
init.defaultBranch = "main";
merge.commit = false;
merge.conflictStyle = "zdiff3";
merge.tool = "code";
push.followTags = true;
diff.image.command = "${pkgs.git-diff-image}/bin/git_diff_image";