sidequest: enable adb tools

This commit is contained in:
Ingolf Wagner 2019-12-03 15:30:33 +13:00
parent 6a5744a3f8
commit 7b46d1ef6c
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -61,6 +61,10 @@
}; };
}; };
# enable this to use sidequest
programs.adb.enable = true;
users.users.mainUser.extraGroups = [ "adbusers" ];
} }