android
This commit is contained in:
parent
f639394679
commit
fe82c49eb5
4 changed files with 17 additions and 3 deletions
7
system/core/android-dev.nix
Normal file
7
system/core/android-dev.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.adb.enable = true;
|
||||
users.users."lilith".extraGroups = [ "adbusers" ];
|
||||
|
||||
environment.systemPackages = [ pkgs.android-studio ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue