feat: add gcloud

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-01-30 13:57:07 +01:00
parent 5adc97abc3
commit 61512ccf80
Signed by: lander
GPG key ID: 0142722B4B0C536F

View file

@ -1,4 +1,5 @@
{pkgs, ...}: { { pkgs, ... }:
{
imports = [ imports = [
./global ./global
./features/workstation ./features/workstation
@ -10,5 +11,6 @@
darktable darktable
rawtherapee rawtherapee
mixxx mixxx
google-cloud-sdk
]; ];
} }