This commit is contained in:
Lilith 2025-03-24 21:21:19 +01:00
parent f639394679
commit fe82c49eb5
Signed by: lilith
GPG key ID: 8712A0F317C37175
4 changed files with 17 additions and 3 deletions

View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
programs.adb.enable = true;
users.users."lilith".extraGroups = [ "adbusers" ];
environment.systemPackages = [ pkgs.android-studio ];
}