This commit is contained in:
Kopatz
2026-01-21 11:17:55 +01:00
parent c2c3ea5a64
commit 2f35c74fc2
5 changed files with 61 additions and 64 deletions

View File

@@ -16,8 +16,7 @@ in
config = mkIf cfg.enable {
documentation.dev.enable = true;
programs.adb.enable = true;
environment.systemPackages = with pkgs; [ android-studio ];
environment.systemPackages = with pkgs; [ android-studio android-tools ];
users.users.${config.mainUser.name}.extraGroups = [
"adbusers"
"kvm"