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 ]; }; }