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;
};
};
};
git = {
enable = true;
lfs = {
@@ -166,12 +165,12 @@
};
};
};
# go = {
# enable = true;
# env = {
# GOPRIVATE = [ "git.sprouting.cloud" ];
# };
# };
go = {
enable = true;
env = {
GOPRIVATE = [ "git.sprouting.cloud" ];
};
};
gpg = {
enable = true;
};
@@ -340,4 +339,5 @@
enable = true;
enableZshIntegration = true;
};
};
}