From 36dd8b8c34c4cd40a30303a182039cc95f6aa7c1 Mon Sep 17 00:00:00 2001 From: 0xWheatyz Date: Tue, 21 Apr 2026 18:52:40 -0400 Subject: [PATCH] feat(claude): add nodejs and OMC_PLUGIN_ROOT for oh-my-claudecode support Adds nodejs to home packages (required by claude-code and OMC HUD/npm plugins) and sets OMC_PLUGIN_ROOT env var pointing to the flake input. --- home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home.nix b/home.nix index 210a7fa..65c2313 100644 --- a/home.nix +++ b/home.nix @@ -29,6 +29,7 @@ gnomeExtensions.arc-menu freecad gtk3 # Provides org.gtk.Settings.FileChooser schema for FreeCAD + nodejs # Required by claude-code and oh-my-claudecode (HUD, npm plugins) ]; # -------------------------- @@ -289,6 +290,7 @@ }; env = { CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS = "1"; + OMC_PLUGIN_ROOT = "${oh-my-claudecode}"; }; teammateMode = "tmux"; };