feat: hermes frame mog openclaw
Some checks are pending
quality / changes (push) Waiting to run
quality / Flake Check (push) Blocked by required conditions
quality / Nix Format Check (push) Blocked by required conditions
quality / Deploy netty (push) Blocked by required conditions

This commit is contained in:
Harivansh Rathi 2026-04-09 03:16:41 +00:00
parent c882f44a0b
commit bad6fc6733
15 changed files with 279 additions and 222 deletions

12
home/hermes.nix Normal file
View file

@ -0,0 +1,12 @@
{
inputs,
pkgs,
hostConfig,
lib,
...
}:
lib.mkIf hostConfig.isLinux {
home.packages = [
inputs.hermes-agent.packages.${pkgs.stdenv.hostPlatform.system}.default
];
}