From 010967bad7189e6c14639e3e284d3d35b63eb981 Mon Sep 17 00:00:00 2001 From: nicco Date: Tue, 25 Nov 2025 15:38:35 +0100 Subject: [PATCH] add 1k5 software --- hosts/1k5.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hosts/1k5.nix b/hosts/1k5.nix index 3538ae3..e5a2f42 100644 --- a/hosts/1k5.nix +++ b/hosts/1k5.nix @@ -7,9 +7,20 @@ extras = { casks = [ "notion" + "linear-linear" + "miro" + "loom" + "zed" ]; pkgs = pkgs: with pkgs; [ + docker-client + colima + google-cloud-sdk + gemini-cli + terramate + ffmpeg-full + stripe-cli ]; }; }