This commit is contained in:
soraefir
2024-12-23 18:43:58 +01:00
parent 1410c0c39f
commit 40b827d4ca
9 changed files with 234 additions and 71 deletions

View File

@ -7,9 +7,10 @@ let
};
in {
config = lib.mkIf (config.syscfg.make.develop) {
environment.systemPackages = with pkgs; [
# android-tools
# androidStudioPackages.canary
];
environment.systemPackages = with pkgs;
[
# android-tools
# androidStudioPackages.canary
];
};
}