This commit is contained in:
parent
99211c5ba0
commit
ffc57fd1e3
2 changed files with 5 additions and 1 deletions
|
@ -14,6 +14,7 @@ in
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
|
difftastic.enable = true;
|
||||||
|
|
||||||
userName = "Florian RICHER";
|
userName = "Florian RICHER";
|
||||||
userEmail = "florian.richer@protonmail.com";
|
userEmail = "florian.richer@protonmail.com";
|
||||||
|
|
|
@ -15,7 +15,10 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
git.pull.mode = "rebase";
|
git = {
|
||||||
|
pull.mode = "rebase";
|
||||||
|
paging.externalDiffCommand = "difft --color=always";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue