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.
This commit is contained in:
2026-04-21 18:52:40 -04:00
parent 977c15a57f
commit 36dd8b8c34
+2
View File
@@ -29,6 +29,7 @@
gnomeExtensions.arc-menu gnomeExtensions.arc-menu
freecad freecad
gtk3 # Provides org.gtk.Settings.FileChooser schema for 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 = { env = {
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS = "1"; CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS = "1";
OMC_PLUGIN_ROOT = "${oh-my-claudecode}";
}; };
teammateMode = "tmux"; teammateMode = "tmux";
}; };