[m] Migrated android to host
This commit is contained in:
@ -1,19 +1,7 @@
|
||||
{ lib, config, pkgs, ... }:
|
||||
let
|
||||
android_env = pkgs.androidenv.composeAndroidPackages {
|
||||
platformVersions = [ "34" ];
|
||||
abiVersions = [ "x86" "x86_64" ];
|
||||
includeEmulator = false;
|
||||
};
|
||||
in {
|
||||
{ lib, config, pkgs, ... }: {
|
||||
imports = [ ./vscodium ];
|
||||
|
||||
config = lib.mkIf (config.homecfg.make.develop) {
|
||||
home.packages = with pkgs; [
|
||||
blender
|
||||
godot_4
|
||||
android-tools
|
||||
androidStudioPackages.canary
|
||||
];
|
||||
home.packages = with pkgs; [ blender godot_4 ];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user