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 = [
./global
./features/workstation
@ -10,5 +11,6 @@
darktable
rawtherapee
mixxx
google-cloud-sdk
];
}