diff --git a/modules/programs/opencode.nix b/modules/programs/opencode.nix index 47af7fd4..c8855dfe 100644 --- a/modules/programs/opencode.nix +++ b/modules/programs/opencode.nix @@ -87,7 +87,7 @@ in The attribute name becomes the command filename, and the value is either: - Inline content as a string - A path to a file containing the command content - Commands are stored in ~/.config/opencode/command/ directory. + Commands are stored in {file}`$XDG_CONFIG_HOME/.config/opencode/command/` directory. ''; example = lib.literalExpression '' { @@ -116,7 +116,7 @@ in The attribute name becomes the agent filename, and the value is either: - Inline content as a string - A path to a file containing the agent content - Agents are stored in ~/.config/opencode/agent/ directory. + Agents are stored in {file}`$XDG_CONFIG_HOME/.config/opencode/agent/` directory. ''; example = lib.literalExpression '' {