flakes and shell tools
This commit is contained in:
parent
a750f85331
commit
8a315df58d
3 changed files with 21 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue