1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-25 02:10:57 +01:00
This commit is contained in:
khaneliman 2025-10-18 17:42:17 +00:00
parent 5fd66e5f36
commit ee467905d2

View file

@ -61415,7 +61415,7 @@ null or package</p>
<dd>
<p>Custom agents for opencode.
The attribute name becomes the agent filename, and the value is either:</p><div class="itemizedlist"><ul class="itemizedlist " style="list-style-type: disc;"><li class="listitem"><p>Inline content as a string</p></li><li class="listitem"><p>A path to a file containing the agent content
Agents are stored in ~/.config/opencode/agent/ directory.</p></li></ul></div>
Agents are stored in <code class="filename">$XDG_CONFIG_HOME/.config/opencode/agent/</code> directory.</p></li></ul></div>
<p><span class="emphasis"><em>Type:</em></span>
attribute set of (strings concatenated with “\n” or absolute path)</p>
@ -61459,7 +61459,7 @@ attribute set of (strings concatenated with “\n” or absolute path)</p>
<dd>
<p>Custom commands for opencode.
The attribute name becomes the command filename, and the value is either:</p><div class="itemizedlist"><ul class="itemizedlist " style="list-style-type: disc;"><li class="listitem"><p>Inline content as a string</p></li><li class="listitem"><p>A path to a file containing the command content
Commands are stored in ~/.config/opencode/command/ directory.</p></li></ul></div>
Commands are stored in <code class="filename">$XDG_CONFIG_HOME/.config/opencode/command/</code> directory.</p></li></ul></div>
<p><span class="emphasis"><em>Type:</em></span>
attribute set of (strings concatenated with “\n” or absolute path)</p>