1 2 3 4 5 6 7 8 9 10 11
{ config, ... }: { programs.go = { enable = true; goPath = ".local/share/pkg.go"; goBin = ".local/bin.go"; goPrivate = [ "git.fcuny.net" "golang.fcuny.net" ]; }; home.sessionPath = [ config.home.sessionVariables.GOBIN ]; }