Skip to content

Commit

Permalink
feat(git): difftastic
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Sep 26, 2023
1 parent 968bdac commit 1857f90
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions modules/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,10 @@
".luarc.json"
"*.log"
];
delta = {

difftastic = {
enable = true;
options = {
navigate = true;
line-numbers = true;
syntax-theme = "OneHalfDark";
};
background = "dark";
};
};
}

0 comments on commit 1857f90

Please sign in to comment.