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 = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
difftastic.enable = true;
|
||||
|
||||
userName = "Florian RICHER";
|
||||
userEmail = "florian.richer@protonmail.com";
|
||||
|
|
|
@ -15,7 +15,10 @@ in
|
|||
enable = true;
|
||||
|
||||
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