Remove genymotion from androidev

This commit is contained in:
Bad 2021-05-25 09:04:41 +02:00
parent 94bc4c00e0
commit 3ddfe3beb4
2 changed files with 1 additions and 2 deletions

View file

@ -2,7 +2,6 @@
{
environment.systemPackages = with pkgs; [
androidStudioPackages.dev
genymotion
];
programs.adb.enable = true;

View file

@ -3,7 +3,7 @@
system = with profiles; rec {
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 ];
desktop = workstation ++ [ users.mae-desk amd school three_dee androidev ];
lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager androidev ];
};
user = with userProfiles; rec {