From 1dbdce29cdeb55ac492cbbd2d91d14e529466a0f Mon Sep 17 00:00:00 2001
From: khaneliman
Declared by:
+
+
+<home-manager/modules/programs/claude-code.nix>
+
+ |
programs.claude-code.agentsDir
+
+
+Path to a directory containing agent files for Claude Code. +Agent files from this directory will be symlinked to .claude/agents/.
+ +Type: +null or absolute path
+ +Default:
+null
Example:
+./agents
Declared by:
|
@@ -23527,6 +23555,100 @@ attribute set of strings concatenated with “\n”
}
+ Declared by: +
programs.claude-code.commandsDir
+
+
+Path to a directory containing command files for Claude Code. +Command files from this directory will be symlinked to .claude/commands/. + +Type: +null or absolute path + +Default:
+ Example:
+ Declared by: +
programs.claude-code.hooks
+
+
+Custom hooks for Claude Code. +The attribute name becomes the hook filename, and the value is the hook script content. +Hooks are stored in .claude/hooks/ directory. + +Type: +attribute set of strings concatenated with “\n” + +Default:
+ Example:
+
+Declared by: +
programs.claude-code.hooksDir
+
+
+Path to a directory containing hook files for Claude Code. +Hook files from this directory will be symlinked to .claude/hooks/. + +Type: +null or absolute path + +Default:
+ Example:
+ Declared by:
|