enable difftastic git rendering

This commit is contained in:
2022-10-09 04:43:26 -07:00
parent 645ca3764b
commit 336301258f

View File

@@ -374,6 +374,7 @@ in
}; };
}; };
}; };
kitty = { kitty = {
enable = true; enable = true;
# docs: https://sw.kovidgoyal.net/kitty/conf/ # docs: https://sw.kovidgoyal.net/kitty/conf/
@@ -440,10 +441,14 @@ in
# theme = "zenwritten_dark"; # mediocre: looks same as zenbones_dark # theme = "zenwritten_dark"; # mediocre: looks same as zenbones_dark
# extraConfig = ""; # extraConfig = "";
}; };
git = { git = {
enable = true; enable = true;
userName = "colin"; userName = "colin";
userEmail = "colin@uninsane.org"; userEmail = "colin@uninsane.org";
aliases = { co = "checkout"; };
difftastic.enable = true; # better diff rendering
}; };
neovim = { neovim = {