nixos-configuration/home/go.nix

4 lines
42 B
Nix

{ ... }: {
programs.go.enable = true;
}