Remove programs.adb.enable.
This commit is contained in:
@@ -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" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user