nix-config/home/features/coding/golang.nix

6 lines
63 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
gopls
];
}