oscar: Enable adb
Among other effects, this module installs the `android-tools` package, which also provides `fastboot`.
This commit is contained in:
parent
86c09a00cc
commit
3885ea11cd
|
@ -118,7 +118,7 @@
|
|||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.chandler.isNormalUser = true;
|
||||
users.users.chandler.description = "Chandler Swift";
|
||||
users.users.chandler.extraGroups = [ "networkmanager" "wheel" "dialout" "cdrom" "plugdev" ];
|
||||
users.users.chandler.extraGroups = [ "networkmanager" "wheel" "dialout" "cdrom" "plugdev" "adbusers" ];
|
||||
home-manager.backupFileExtension = "backup";
|
||||
home-manager.users.chandler = { pkgs, ... }: {
|
||||
|
||||
|
@ -348,6 +348,8 @@
|
|||
power-profiles-daemon
|
||||
];
|
||||
|
||||
programs.adb.enable = true;
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
# started in user sessions.
|
||||
# programs.mtr.enable = true;
|
||||
|
|
Loading…
Reference in a new issue