Managed /etc/opencode/opencode.json points at straylight:11434 with the router model ids, Laguna as default, Ornith 1.5 9B as small_model, and a vision subagent on Qwen3-VL-8B abliterated.
12 lines
280 B
Nix
12 lines
280 B
Nix
# Full desktop configuration. Builds on desktop-light.nix with
|
|
# additional packages for development, multimedia, and embedded work.
|
|
|
|
{ pkgs, ... }: {
|
|
imports = [
|
|
./desktop-light.nix
|
|
./desktop-packages-light.nix
|
|
./desktop-packages-full.nix
|
|
./opencode.nix
|
|
];
|
|
}
|