omnixient/docs
Padreug a31369fea8 docs: point template + install docs at the real Omnixient repo
Replace the <your-org> placeholders with the actual public URL
(git+https://git.atitlan.io/aiolabs/omnixient, https so forkers need no
SSH), and switch the packs standalone-import example from git+ssh to the
same https URL.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-28 11:45:27 +02:00
..
ARCHITECTURE.md docs: project documentation — architecture, getting-started, packs, mcp, regtest 2026-06-28 10:00:14 +02:00
deploy-strategy.md docs: project documentation — architecture, getting-started, packs, mcp, regtest 2026-06-28 10:00:14 +02:00
getting-started.md docs: point template + install docs at the real Omnixient repo 2026-06-28 11:45:27 +02:00
mcp.md docs: project documentation — architecture, getting-started, packs, mcp, regtest 2026-06-28 10:00:14 +02:00
moonlander.md docs: project documentation — architecture, getting-started, packs, mcp, regtest 2026-06-28 10:00:14 +02:00
packs.md docs: point template + install docs at the real Omnixient repo 2026-06-28 11:45:27 +02:00
README.md docs: project documentation — architecture, getting-started, packs, mcp, regtest 2026-06-28 10:00:14 +02:00
regtest.md docs: project documentation — architecture, getting-started, packs, mcp, regtest 2026-06-28 10:00:14 +02:00
system-map.md docs: project documentation — architecture, getting-started, packs, mcp, regtest 2026-06-28 10:00:14 +02:00

/etc/nixos/docs

Index for the omni documentation.

  • system-map.mdStart here if you're returning to this stack or arriving fresh. Cross-project map of the aiolabs ecosystem: which repo does what, how the pieces fit together, where keys live, deployment dependencies, and a start-here runbook for common tasks.
  • ARCHITECTURE.md — omni-the-desktop: Hyprland, themes, the mksystem layer, flake structure. Scope is this dev box, not the broader stack.
  • packs.md — the core + opt-in packs model: omni.packs.<name>.enable, the pack catalog, enabling packs (on a host, via presets/features, or standalone on another NixOS via nixosModules.<pack>), the compat bridge, the bitcoin/nix-bitcoin pack, and how to author + verify a new pack.
  • deploy-strategy.md — fleet caching, GC policy, dry-run workflows, Nix-vs-OCI comparison. Relevant when pushing changes to fleet hosts.
  • mcp.md — Claude Code MCP server configuration on this machine.

For the workspace-level conventions that cross-cut every repo in ~/dev/, see ~/dev/CLAUDE.md.