From 8aa85e62e5234a20ae571bd0090a1bf1643208cb Mon Sep 17 00:00:00 2001 From: Robert Date: Sat, 4 Apr 2026 17:23:15 -0400 Subject: [PATCH] feat: add openclaw CLI to system packages --- hosts/lazyworkhorse/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/lazyworkhorse/configuration.nix b/hosts/lazyworkhorse/configuration.nix index 9ac38c1..1593b0f 100644 --- a/hosts/lazyworkhorse/configuration.nix +++ b/hosts/lazyworkhorse/configuration.nix @@ -135,6 +135,7 @@ kitty.terminfo nodejs_22 uv + openclaw (python3.withPackages (ps: with ps; [ openai-whisper ]))