diff --git a/nixos/hosts/phantom-ship.nix b/nixos/hosts/phantom-ship.nix index 0f08e9b..9f30acc 100644 --- a/nixos/hosts/phantom-ship.nix +++ b/nixos/hosts/phantom-ship.nix @@ -79,10 +79,12 @@ in # Passwordless sudo for wheel. security.sudo.wheelNeedsPassword = false; environment.systemPackages = with pkgs; [ - git # clone/bootstrap and dotfiles-rebuild timer - nodejs # npm for openclaw plugin installs - python3 # node-gyp dependency for openclaw plugins - wakeonlan # wake rusty-anchor: wakeonlan 00:16:cb:87:20:ba + git # clone/bootstrap and dotfiles-rebuild timer + nodejs # npm for openclaw plugin installs + python3 # node-gyp dependency for openclaw plugins + wakeonlan # wake rusty-anchor: wakeonlan 00:16:cb:87:20:ba + bun # runtime for claude-code channel plugins + claude-code # Claude Code CLI (channels replaces openclaw) ]; # OpenClaw AI gateway — Telegram bot, Anthropic API.