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 = {
enable = 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 = {
enable = true;
@@ -148,22 +156,11 @@
lfs = {
enable = true;
};
userName = "Matthew Stobbs";
userEmail = "${email}";
extraConfig = {
user.name = "Matthew Stobbs";
user.email = "${email}";
settings = {
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 = {