Remove programs.adb.enable.

This commit is contained in:
Tom Alexander 2026-02-13 23:16:16 -05:00
parent 776ed67675
commit 1211bc1c44
Signed by: talexander
GPG Key ID: 36C99E8B3C39D85F

View File

@ -18,7 +18,9 @@
};
config = lib.mkIf config.me.android.enable {
programs.adb.enable = true;
environment.systemPackages = with pkgs; [
android-tools
];
users.users.talexander.extraGroups = [ "adbusers" ];
};
}