Added delta
for git
/diff
This commit is contained in:
parent
b29d3b2821
commit
dfe800efc5
1 changed files with 11 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
email = "andrea.ciceri@autistici.org";
|
||||
};
|
||||
in {
|
||||
|
||||
home.packages = [pkgs.gitoxide];
|
||||
programs.git = {
|
||||
enable = true;
|
||||
package = pkgs.gitAndTools.gitFull;
|
||||
|
@ -30,5 +32,14 @@ in {
|
|||
"ssh://git@github.com/" = {insteadOf = https://github.com/;};
|
||||
};
|
||||
};
|
||||
delta = {
|
||||
enable = true;
|
||||
options = {
|
||||
features = "decorations";
|
||||
delta = {
|
||||
line-numbers = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue