fix warning for git and delta

Signed-off-by: Matthew Stobbs <matthew@sprouting.cloud>
This commit is contained in:
2026-08-19 08:55:48 -05:00
parent bb04793f90
commit 25e0384864

View File

@@ -62,6 +62,14 @@
delta = { delta = {
enable = true; enable = true;
enableGitIntegration = true; enableGitIntegration = true;
options = {
decorations = {
commit-decoration-style = "bold yellow box ul";
file-decoration-style = "none";
file-style = "bold yellow ul";
};
features = "decorations";
whitespace-error-style = "22 reverse";
}; };
direnv = { direnv = {
enable = true; enable = true;
@@ -148,22 +156,11 @@
lfs = { lfs = {
enable = true; enable = true;
}; };
userName = "Matthew Stobbs"; user.name = "Matthew Stobbs";
userEmail = "${email}"; user.email = "${email}";
extraConfig = { settings = {
init.defaultBranch = "main"; init.defaultBranch = "main";
}; };
delta = {
enable = true;
options = {
decorations = {
commit-decoration-style = "bold yellow box ul";
file-decoration-style = "none";
file-style = "bold yellow ul";
};
features = "decorations";
whitespace-error-style = "22 reverse";
};
}; };
}; };
go = { go = {