android studio

This commit is contained in:
xunuwu 2024-12-14 16:59:13 +01:00
parent f250520e11
commit 480d649d62
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
3 changed files with 8 additions and 2 deletions

View file

@ -0,0 +1,3 @@
{pkgs, ...}: {
home.packages = with pkgs; [android-studio];
}