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

6 lines
63 B
Nix
Raw Normal View History

2024-05-15 09:25:27 +00:00
{pkgs, ...}: {
home.packages = with pkgs; [
gopls
];
}