{ pkgs, ... }@all: with all; { programs.go = { enable = true; package = pkgs.go; goPath = "${config.xdg.dataHome}/go"; }; }