[m] Wifi & Fixes

This commit is contained in:
soraefir
2024-02-18 08:36:16 +01:00
parent 22cd4b8d29
commit 03f7ec5402
3 changed files with 5 additions and 5 deletions

View File

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