nix/home/hermes.nix
Harivansh Rathi bad6fc6733
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
feat: hermes frame mog openclaw
2026-04-09 03:16:41 +00:00

12 lines
183 B
Nix

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