revert go, fix final closing brace

Signed-off-by: Matthew Stobbs <matthew@sprouting.cloud>
This commit is contained in:
2026-08-19 09:03:24 -05:00
parent ec1ea34c6c
commit 6d53f4fb47

View File

@@ -153,16 +153,16 @@
window-width = 80; window-width = 80;
}; };
}; };
git = { };
git = {
enable = true;
lfs = {
enable = true; enable = true;
lfs = { };
enable = true; user.name = "Matthew Stobbs";
}; user.email = "${email}";
user.name = "Matthew Stobbs"; settings = {
user.email = "${email}"; init.defaultBranch = "main";
settings = {
init.defaultBranch = "main";
};
}; };
}; };
go = { go = {