feat(dev-orchestrator): add NixOS home-manager module

- New module: modules/home-manager/dev-orchestrator/
- Wraps script via writeShellApplication, git as runtime dep
- opencode + openspec already in PATH via existing modules
- Enabled in jpporta-nixos home.nix

After rebuild: dev-orchestrator available in PATH
This commit is contained in:
hermes
2026-08-04 18:41:40 -03:00
parent c53a7f278b
commit 80556753e3
2 changed files with 18 additions and 0 deletions
+2
View File
@@ -31,6 +31,7 @@
../../modules/home-manager/pi
../../modules/home-manager/tmux
../../modules/home-manager/openspec
../../modules/home-manager/dev-orchestrator
../../modules/home-manager/power-profiles
../../modules/home-manager/ntfy-notify
../../modules/home-manager/pinentry
@@ -94,6 +95,7 @@
enable = true;
};
openspec.enable = true;
dev-orchestrator.enable = true;
power-profiles.enable = true;
ntfy-notify.enable = true;
bitwarden.enable = true;