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
|
||||
git
|
||||
gdb
|
||||
androidStudioPackages.dev
|
||||
];
|
||||
virtualisation.podman.enable = true;
|
||||
virtualisation.docker.enable = true;
|
||||
|
|
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue