Updated flake inputs
This commit is contained in:
@@ -13,20 +13,12 @@
|
||||
};
|
||||
userEmail = "kylerclay@proton.me";
|
||||
userName = "${username}";
|
||||
diff-so-fancy = {
|
||||
enable = true;
|
||||
markEmptyLines = false;
|
||||
stripLeadingSymbols = false;
|
||||
};
|
||||
extraConfig = {
|
||||
color.diff = {
|
||||
# meta = "black yellow bold";
|
||||
# frag = "white blue bold";
|
||||
old = "#A9B1D6 #301A1F";
|
||||
new = "#A9B1D6 #12261E";
|
||||
# plain = "normal";
|
||||
# whitespace = "reverse red";
|
||||
};
|
||||
core.pager = "delta";
|
||||
interactive.diffFilter = "delta --color-only";
|
||||
delta.navigate = "true";
|
||||
delta.dark = "true";
|
||||
merge.conflictstyle = "zdiff3";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user