1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: add android tools

This commit is contained in:
2023-07-22 23:43:17 +02:00
parent 7551fd5a58
commit b4c513001c
2 changed files with 6 additions and 0 deletions

5
configs/android.nix Normal file
View File

@@ -0,0 +1,5 @@
{
programs.adb.enable = true;
users.users.me.extraGroups = ["adbusers"];
}