correctly enable adb

This commit is contained in:
Gabriel Ebner 2020-05-23 09:40:18 +02:00
parent e14b9ffc8d
commit 4f0ce97ec6
1 changed files with 3 additions and 2 deletions

View File

@ -35,8 +35,6 @@
alacritty
(androidenv.androidPkgs_9_0.platform-tools or androidenv.platformTools) # adb & fastboot
lm_sensors
hdparm
smartmontools
@ -124,4 +122,7 @@
nixpkgs.config.allowUnfree = true;
nixpkgs.config.android_sdk.accept_license = true;
programs.adb.enable = true;
users.extraUsers.gebner.extraGroups = [ "adbusers" ];
}