From 32b88bb95b75171ddd06534efcf89f11df152894 Mon Sep 17 00:00:00 2001 From: Bad Date: Mon, 3 May 2021 16:15:02 +0200 Subject: [PATCH] Add android studio --- profiles/develop/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/develop/default.nix b/profiles/develop/default.nix index 88bbf2c..c71e650 100644 --- a/profiles/develop/default.nix +++ b/profiles/develop/default.nix @@ -9,6 +9,7 @@ libcxx git gdb + android-studio ]; virtualisation.podman.enable = true; virtualisation.docker.enable = true;