/ modules / gcloud.nix
gcloud.nix
1  {pkgs, ...}: {
2    home.packages = with pkgs; [
3      google-cloud-sdk
4    ];
5  }