devos/profiles/androidev/default.nix

11 lines
218 B
Nix
Raw Normal View History

2021-05-08 11:49:24 +02:00
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
androidStudioPackages.dev
];
programs.adb.enable = true;
virtualisation.virtualbox.host.enable = true;
# virtualisation.anbox.enable = true;
}