git: difftastic

This commit is contained in:
Sridhar Ratnakumar 2024-11-22 22:45:58 -05:00
parent 8ebd9ff372
commit 0f10c4ef03
No known key found for this signature in database

View file

@ -6,6 +6,9 @@
];
programs.git = {
difftastic = {
enable = true;
};
package = pkgs.gitAndTools.gitFull;
enable = true;
userName = flake.config.me.fullname;
@ -29,15 +32,6 @@
};
ignores = [ "*~" "*.swp" ];
lfs.enable = true;
delta = {
enable = true;
options = {
features = "decorations";
navigate = true;
light = false;
side-by-side = true;
};
};
extraConfig = {
init.defaultBranch = "master"; # Undo breakage due to https://srid.ca/luxury-belief
core.editor = "nvim";