Skip to content

Commit 1f593c3

Browse files
committed
difftastic fixes
1 parent 45d7c4a commit 1f593c3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

nix/home/common.nix

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,12 @@
131131
};
132132
};
133133

134-
programs.difftastic.git = {
135-
diffToolMode = true;
134+
programs.difftastic = {
135+
enable = true;
136+
git = {
137+
enable = true;
138+
diffToolMode = true;
139+
};
136140
};
137141

138142
programs.delta = {

0 commit comments

Comments
 (0)