fix: add android development tools - adb/fastboot

This commit is contained in:
ryan4yin
2023-05-07 23:45:16 +08:00
parent ffd4313dec
commit 1b9801c15a

View File

@@ -187,7 +187,8 @@
];
};
# android development tools, this will install adb/fastboot and other android tools automatically
# android development tools, this will install adb/fastboot and other android tools and udev rules
# see https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/programs/adb.nix
programs.adb.enable = true;
# Define a user account. Don't forget to set a password with passwd.