Home-manager module for the OpenCode AI coding agent with Nord theme.
Declaratively configures the OpenCode AI coding agent via home-manager. Generates ~/.config/opencode/opencode.json and deploys a custom Nord-based "blackmatter" theme. Supports model selection, provider configuration, and auto-update control.
packages.<system>.opencode-- OpenCode binary (re-exported from nixpkgs)homeManagerModules.default-- home-manager module atblackmatter.components.opencode
{
inputs.blackmatter-opencode.url = "github:pleme-io/blackmatter-opencode";
}blackmatter.components.opencode = {
enable = true;
theme.name = "blackmatter";
autoupdate = false;
};module/-- home-manager module + generated configmodule/themes/nord/-- Nord color palette + blackmatter.json theme