Add themes option to configure custom themes through nix. Define a submodule for the settings option, to give the `theme` setting a description.
12 lines
442 B
Nix
12 lines
442 B
Nix
{
|
|
opencode-settings = ./settings.nix;
|
|
opencode-empty-settings = ./empty-settings.nix;
|
|
opencode-rules = ./rules.nix;
|
|
opencode-empty-rules = ./empty-rules.nix;
|
|
opencode-agents-inline = ./agents-inline.nix;
|
|
opencode-commands-inline = ./commands-inline.nix;
|
|
opencode-agents-path = ./agents-path.nix;
|
|
opencode-commands-path = ./commands-path.nix;
|
|
opencode-mixed-content = ./mixed-content.nix;
|
|
opencode-themes = ./themes.nix;
|
|
}
|