diff --git a/options.xhtml b/options.xhtml index 56930a622..d1ddd4bb8 100644 --- a/options.xhtml +++ b/options.xhtml @@ -52500,6 +52500,91 @@ package

+
+ + programs.opencode.enable + + +
+
+

Whether to enable opencode.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/opencode.nix> + +
+
+
+ + programs.opencode.package + + +
+
+

The opencode package to use.

+ +

Type: +null or package

+ +

Default: +pkgs.opencode

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/opencode.nix> + +
+
+
+ + programs.opencode.settings + + +
+
+

Configuration written to $XDG_CONFIG_HOME/opencode/config.json. +See https://opencode.ai/docs/config/ for the documentation.

+ +

Type: +JSON value

+ +

Default: +{ }

+ +

Example:

{
+  theme = "opencode";
+  model = "anthropic/claude-sonnet-4-20250514";
+  autoshare = false;
+  autoupdate = true;
+}
+
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/opencode.nix> + +
+
programs.openstackclient.enable