openclaw new md files (#65)

This commit is contained in:
Hari 2026-04-04 13:45:05 -04:00 committed by GitHub
parent 66c53e1eca
commit 65d88f9d9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 60 additions and 0 deletions

View file

@ -32,4 +32,6 @@ lib.mkIf hostConfig.isLinux {
'';
home.file.".openclaw/workspace/SOUL.md".source = ../config/openclaw/SOUL.md;
home.file.".openclaw/workspace/TOOLS.md".source = ../config/openclaw/TOOLS.md;
home.file.".openclaw/workspace/HEARTBEAT.md".source = ../config/openclaw/HEARTBEAT.md;
}