Added support for adb / Android device flashing

This commit is contained in:
Tyler Kelley 2025-02-19 23:09:03 -06:00
parent 69c52a9eef
commit 97c446620a
2 changed files with 7 additions and 5 deletions

View File

@ -6,6 +6,7 @@
fuse.userAllowOther = true;
virt-manager.enable = true;
mtr.enable = true;
adb.enable = true;
gnupg.agent = {
enable = true;

View File

@ -29,12 +29,13 @@ in {
isNormalUser = true;
description = "${gitUsername}";
extraGroups = [
"networkmanager"
"wheel"
"libvirtd"
"scanner"
"lp"
"adbusers"
"docker"
"libvirtd"
"lp"
"networkmanager"
"scanner"
"wheel"
];
shell = pkgs.zsh;
ignoreShellProgramCheck = true;