home: git: enable delta diffing tool
This commit is contained in:
parent
eb757915c3
commit
5e593100d9
|
@ -9,6 +9,12 @@ in
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
delta = {
|
||||||
|
enable = true;
|
||||||
|
options = {
|
||||||
|
syntax-theme = "Solarized (light)";
|
||||||
|
};
|
||||||
|
};
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
|
|
||||||
userEmail = "antoine@alarsyo.net";
|
userEmail = "antoine@alarsyo.net";
|
||||||
|
|
Loading…
Reference in a new issue