revert go, fix final closing brace

Signed-off-by: Matthew Stobbs <matthew@sprouting.cloud>
This commit is contained in:
2026-08-19 09:02:29 -05:00
parent dae44dc066
commit ec1ea34c6c

View File

@@ -153,7 +153,6 @@
window-width = 80; window-width = 80;
}; };
}; };
};
git = { git = {
enable = true; enable = true;
lfs = { lfs = {
@@ -166,12 +165,12 @@
}; };
}; };
}; };
# go = { go = {
# enable = true; enable = true;
# env = { env = {
# GOPRIVATE = [ "git.sprouting.cloud" ]; GOPRIVATE = [ "git.sprouting.cloud" ];
# }; };
# }; };
gpg = { gpg = {
enable = true; enable = true;
}; };
@@ -340,4 +339,5 @@
enable = true; enable = true;
enableZshIntegration = true; enableZshIntegration = true;
}; };
};
} }