claude-code: add support for output styles
Adds an option to populate the output_styles directory, which is used by Claude Code to make custom output styles available.
This commit is contained in:
parent
920c07c691
commit
bff85cb66b
5 changed files with 73 additions and 1 deletions
|
|
@ -17,4 +17,6 @@
|
|||
claude-code-commands-path = ./commands-path.nix;
|
||||
claude-code-skills-path = ./skills-path.nix;
|
||||
claude-code-mixed-content = ./mixed-content.nix;
|
||||
claude-code-output-styles = ./output-styles.nix;
|
||||
claude-code-output-styles-not-set = ./output-styles-not-set.nix;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue