Skip to content

Commit

Permalink
git: difftastic
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Nov 23, 2024
1 parent 8ebd9ff commit 0f10c4e
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions modules/home/all/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
];

programs.git = {
difftastic = {
enable = true;
};
package = pkgs.gitAndTools.gitFull;
enable = true;
userName = flake.config.me.fullname;
Expand All @@ -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";
Expand Down

0 comments on commit 0f10c4e

Please sign in to comment.