git: enable delta

This commit is contained in:
notohh 2023-05-28 20:56:07 -04:00
parent b68fd2434f
commit 1543659f51
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -1,6 +1,7 @@
{pkgs, ...}: {
programs.git = {
enable = true;
delta.enable = true;
userEmail = "github@notohh.dev";
userName = "notohh";
signing = {