{ config, pkgs, lib, ... }: { programs.go.enable = true; home.sessionVariables = { GOPATH = "$HOME/.local/share/go"; PATH = "$PATH:$GOPATH/bin"; }; }