git: Enable fancy delta config

This commit is contained in:
Payas Relekar 2023-10-28 19:27:44 +05:30
parent beffb5fe11
commit c86af5d162
3 changed files with 16 additions and 1 deletions

View file

@ -21,7 +21,6 @@ in
trusted-public-keys = [
"enterprise-nix-cache:z8I4D9VcVa4rbc13EWtv3WTuOCcqmywKwguViFwQw+A="
];
trusted-users = [ user ];
};
};

View file

@ -86,6 +86,14 @@
autoUpdate = true;
};
};
delta = {
enable = true;
options = {
line-numbers = true;
side-by-side = true;
navigate = true;
};
};
};
bat.enable = true;

View file

@ -30,6 +30,14 @@
autoUpdate = true;
};
};
delta = {
enable = true;
options = {
line-numbers = true;
side-by-side = true;
navigate = true;
};
};
};
eza = {