From 952fb7f7c1ac10776ef0d30ba1c83b87536ef0c4 Mon Sep 17 00:00:00 2001 From: xnm Date: Sun, 18 May 2025 03:35:44 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20=EF=B8=8Ffeat(work):=20update=20?= =?UTF-8?q?developer=20tooling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add google-cloud-sdk and android-studio - Reorganize package list ordering --- nixos/work.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixos/work.nix b/nixos/work.nix index 85c694a..621f042 100644 --- a/nixos/work.nix +++ b/nixos/work.nix @@ -4,12 +4,14 @@ environment.systemPackages = with pkgs; [ slack aws-sam-cli + google-cloud-sdk awscli2 ssm-session-manager-plugin cargo-lambda gnumake cmake - redli firebase-tools + redli + android-studio ]; }