mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 07:04:47 +00:00
feat: hermes frame mog openclaw
This commit is contained in:
parent
c882f44a0b
commit
bad6fc6733
15 changed files with 279 additions and 222 deletions
12
home/hermes.nix
Normal file
12
home/hermes.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
hostConfig,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
lib.mkIf hostConfig.isLinux {
|
||||
home.packages = [
|
||||
inputs.hermes-agent.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue