add 1k5 software

This commit is contained in:
nicco
2025-11-25 15:38:35 +01:00
parent d1c7c336a2
commit 010967bad7

View File

@@ -7,9 +7,20 @@
extras = { extras = {
casks = [ casks = [
"notion" "notion"
"linear-linear"
"miro"
"loom"
"zed"
]; ];
pkgs = pkgs =
pkgs: with pkgs; [ pkgs: with pkgs; [
docker-client
colima
google-cloud-sdk
gemini-cli
terramate
ffmpeg-full
stripe-cli
]; ];
}; };
} }