Add android dev profile

This commit is contained in:
Bad 2021-05-08 11:49:24 +02:00
parent cac3c6b22b
commit cb4b921802
3 changed files with 12 additions and 2 deletions

View file

@ -0,0 +1,11 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
androidStudioPackages.dev
genymotion
];
programs.adb.enable = true;
virtualisation.virtualbox.host.enable = true;
# virtualisation.anbox.enable = true;
}

View file

@ -9,7 +9,6 @@
libcxx
git
gdb
androidStudioPackages.dev
];
virtualisation.podman.enable = true;
virtualisation.docker.enable = true;

View file

@ -4,7 +4,7 @@
base = [ users.root ];
workstation = [ users.root sway develop game profiles.workstation ssh flatpak torrents pwn tor ];
desktop = workstation ++ [ users.mae-desk amd school three_dee ];
lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager ];
lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager androidev ];
};
user = with userProfiles; rec {
base = [ direnv git ];