let
goPath = ".local/share/go";
in
{
programs.go = {
inherit goPath;
enable = true;
goBin = "${goPath}/bin";
};
}