From 3e87b442b5ea512900745588e4a23ab0e4e356a5 Mon Sep 17 00:00:00 2001 From: Tim Kleinschmidt Date: Fri, 2 Jan 2026 17:52:15 +0100 Subject: [PATCH] opencode: update docs .config is already part of $XDG_CONFIG_HOME --- modules/programs/opencode.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/programs/opencode.nix b/modules/programs/opencode.nix index 8e74ca87..3c56d2b6 100644 --- a/modules/programs/opencode.nix +++ b/modules/programs/opencode.nix @@ -133,7 +133,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 {file}`$XDG_CONFIG_HOME/.config/opencode/command/` directory. + Commands are stored in {file}`$XDG_CONFIG_HOME/opencode/command/` directory. ''; example = lib.literalExpression '' { @@ -162,7 +162,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 {file}`$XDG_CONFIG_HOME/.config/opencode/agent/` directory. + Agents are stored in {file}`$XDG_CONFIG_HOME/opencode/agent/` directory. ''; example = lib.literalExpression '' {