Skip to content

Commit 3a395d9

Browse files
author
Albin Vass
committed
Change delta to difftastic
1 parent 842cc22 commit 3a395d9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

home-manager/modules/git/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@
66
gh-dash.enable = true;
77
git = {
88
enable = true;
9-
delta = {
9+
difftastic = {
1010
enable = true;
11+
};
12+
delta = {
13+
enable = false;
1114
options = {
1215
features = "Catppuccin Mocha";
1316
side-by-side = true;

0 commit comments

Comments
 (0)