Add Android adb, for flashing LineageOS

This commit is contained in:
Eli Ribble 2024-07-15 20:28:31 -07:00
parent 95a84af1f7
commit 7cc99cc2c7
1 changed files with 5 additions and 2 deletions

View File

@ -99,13 +99,16 @@
users.users.eliribble = {
isNormalUser = true;
description = "Eli Ribble";
extraGroups = [ "networkmanager" "wheel" ];
extraGroups = [ "adbusers" "networkmanager" "wheel" ];
packages = with pkgs; [
kdePackages.kate
# thunderbird
];
};
# Set up Android dev tools
programs.adb.enable = true;
# Install firefox.
programs.firefox.enable = true;