{config, ...}: { programs.go = rec { enable = true; goPath = "${config.xdg.dataHome}/go"; goBin = "${goPath}/bin"; }; }