feat: add difftastic
This commit is contained in:
parent
3915825258
commit
755ec04d04
1 changed files with 2 additions and 0 deletions
2
home.nix
2
home.nix
|
|
@ -74,6 +74,7 @@
|
|||
jq
|
||||
mkp224o
|
||||
nixfmt
|
||||
difftastic
|
||||
ripgrep
|
||||
tea
|
||||
trash-cli
|
||||
|
|
@ -284,6 +285,7 @@
|
|||
editor = "hx";
|
||||
pager = "bat --style=plain";
|
||||
};
|
||||
diff.tool = [ "difft" "--color=always" "$left" "$right" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue