pi: add android skills

This commit is contained in:
2026-04-29 23:46:27 -04:00
parent 47565c9e95
commit 8768b285df
3 changed files with 154 additions and 98 deletions

View File

@@ -82,6 +82,12 @@
url = "github:ChrisOboe/json2steamshortcut";
inputs.nixpkgs.follows = "nixpkgs";
};
# Google's official agent-skills for Android development (Apache 2.0).
# Consumed by home/progs/pi.nix and exposed under ~/.omp/agent/skills/.
android-skills = {
url = "github:android/skills";
flake = false;
};
# Server (muffin) — follows nixpkgs-stable
nix-minecraft = {