From 1405ee7eeec0348181f7b7b41e3bfce7660605e2 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sat, 10 Aug 2024 06:10:03 +0200 Subject: [PATCH] apps: install android-studio --- hosts/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/home.nix b/hosts/home.nix index b4ce333..e8f2578 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -95,6 +95,9 @@ ]; }) + + sdkmanager + android-tools ]; file.".config/wall".source = ../modules/themes/wall.jpg; file.".config/lockwall".source = ../modules/themes/lockwall.jpg;