Update home/openclaw.nix

Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
Hari 2026-04-03 13:32:17 -04:00 committed by GitHub
parent 032d2deb21
commit 5385e8326a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,6 @@ let
openClawStateDir = "${config.home.homeDirectory}/.openclaw";
openClawWorkspaceDir = "${openClawStateDir}/workspace";
openClawVersion = "2026.4.2";
npmDir = "${config.xdg.dataHome}/npm";
in
lib.mkIf hostConfig.isLinux {
home.activation.installOpenClaw = lib.hm.dag.entryAfter [ "writeBoundary" ] ''