Adding delta to git config

Why:

*

This change addresses the need by:

*
This commit is contained in:
Miguel Palhas
2024-10-05 10:40:22 +01:00
parent 444a14feaf
commit e2b4f1d430
+7
View File
@@ -26,7 +26,14 @@
rb = "rebase";
rbc = "rebase --continue";
};
extraConfig = {
core = {
editor = "nvim";
pager = "delta";
};
};
};
programs.delta.enable = true;
programs.gh.enable = true;
}