diff --git a/modules/server/openclaw.nix b/modules/server/openclaw.nix index b01b706..c12de19 100644 --- a/modules/server/openclaw.nix +++ b/modules/server/openclaw.nix @@ -22,7 +22,9 @@ in { environment.systemPackages = with pkgs; [ whisper-cpp libqalculate + yt-dlp gh + pandoc ]; };