{ pkgs, ... }: { languages = { go.enable = true; }; packages = with pkgs; [ golangci-lint ]; }