flakes and shell tools

This commit is contained in:
Matt Nish-Lapidus 2025-03-08 13:03:18 -05:00
parent a750f85331
commit 8a315df58d
3 changed files with 21 additions and 3 deletions

View file

@ -112,6 +112,19 @@
extraConfig = {
core = {
editor = "$EDITOR";
pager = "${pkgs.delta}/bin/delta";
};
interactive = {
diffFilter = "${pkgs.delta}/bin/delta --color-only";
};
delta = {
navigate = true;
dark = true;
line-numbers = true;
side-by-side = true;
};
merge = {
conflictstyle = "zdiff3";
};
init = {
defaultBranch = "main";