Remove genymotion from androidev
This commit is contained in:
parent
94bc4c00e0
commit
3ddfe3beb4
2 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
androidStudioPackages.dev
|
androidStudioPackages.dev
|
||||||
genymotion
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.adb.enable = true;
|
programs.adb.enable = true;
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
system = with profiles; rec {
|
system = with profiles; rec {
|
||||||
base = [ users.root ];
|
base = [ users.root ];
|
||||||
workstation = [ users.root sway develop game profiles.workstation ssh flatpak torrents pwn tor ];
|
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 ];
|
lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager androidev ];
|
||||||
};
|
};
|
||||||
user = with userProfiles; rec {
|
user = with userProfiles; rec {
|
||||||
|
|
Loading…
Reference in a new issue