add delta as pager for git

This commit is contained in:
wi11-holdsworth 2025-08-07 11:48:09 +10:00
parent b73140ea90
commit e71f8a3b47

View file

@ -11,6 +11,11 @@ in
programs.${feature} = { programs.${feature} = {
enable = true; enable = true;
delta = {
enable = true;
options.theme = "Dracula";
};
userName = "wi11-holdsworth"; userName = "wi11-holdsworth";
userEmail = "83637728+wi11-holdsworth@users.noreply.github.com"; userEmail = "83637728+wi11-holdsworth@users.noreply.github.com";