{ config, pkgs, lib, ... }: {
  programs.go = {
    enable = true;
    goPath = ".local/share/go";
  };
}