1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

fix(git): use default package and difftastic

This commit is contained in:
Ryan Cao 2024-01-11 17:48:27 +08:00
parent d9ca47aa46
commit ab88ea3213
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E

View file

@ -1,12 +1,8 @@
{pkgs, ...}: {
_: {
programs.git = {
enable = true;
package = pkgs.gitAndTools.gitFull;
difftastic = {
enable = true;
display = "inline";
};
difftastic.enable = true;
ignores = [
".DS_Store"