{ pkgs, lib, ... }: { programs.go = { enable = true; package = pkgs.go; }; }