[m] Migrated android to host
This commit is contained in:
parent
81be322a80
commit
1b4f5090cf
@ -1,19 +1,7 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }: {
|
||||||
let
|
|
||||||
android_env = pkgs.androidenv.composeAndroidPackages {
|
|
||||||
platformVersions = [ "34" ];
|
|
||||||
abiVersions = [ "x86" "x86_64" ];
|
|
||||||
includeEmulator = false;
|
|
||||||
};
|
|
||||||
in {
|
|
||||||
imports = [ ./vscodium ];
|
imports = [ ./vscodium ];
|
||||||
|
|
||||||
config = lib.mkIf (config.homecfg.make.develop) {
|
config = lib.mkIf (config.homecfg.make.develop) {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [ blender godot_4 ];
|
||||||
blender
|
|
||||||
godot_4
|
|
||||||
android-tools
|
|
||||||
androidStudioPackages.canary
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
{ ... }: { imports = [ ./debug ./devel ]; }
|
{ ... }: { imports = [ ./debug ./develop ]; }
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
{ ... }:
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
17
modules/nixos/tools/develop/default.nix
Normal file
17
modules/nixos/tools/develop/default.nix
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{ lib, config, pkgs, ... }:
|
||||||
|
let
|
||||||
|
android_env = pkgs.androidenv.composeAndroidPackages {
|
||||||
|
platformVersions = [ "34" ];
|
||||||
|
abiVersions = [ "x86" "x86_64" ];
|
||||||
|
includeEmulator = false;
|
||||||
|
};
|
||||||
|
in {
|
||||||
|
imports = [ ./vscodium ];
|
||||||
|
|
||||||
|
config = lib.mkIf (config.homecfg.make.develop) {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
android-tools
|
||||||
|
androidStudioPackages.canary
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user