Add android dev profile
This commit is contained in:
parent
cac3c6b22b
commit
cb4b921802
3 changed files with 12 additions and 2 deletions
11
profiles/androidev/default.nix
Normal file
11
profiles/androidev/default.nix
Normal 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;
|
||||||
|
}
|
|
@ -9,7 +9,6 @@
|
||||||
libcxx
|
libcxx
|
||||||
git
|
git
|
||||||
gdb
|
gdb
|
||||||
androidStudioPackages.dev
|
|
||||||
];
|
];
|
||||||
virtualisation.podman.enable = true;
|
virtualisation.podman.enable = true;
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
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 ];
|
||||||
lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager ];
|
lap = workstation ++ [ users.mae-lap laptop bluetooth print networkmanager androidev ];
|
||||||
};
|
};
|
||||||
user = with userProfiles; rec {
|
user = with userProfiles; rec {
|
||||||
base = [ direnv git ];
|
base = [ direnv git ];
|
||||||
|
|
Loading…
Reference in a new issue