mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-13 11:19:27 +08:00
- Introduce `rules` option to provide global custom instructions for opencode - Write `rules` content to `~/.config/opencode/AGENTS.md` if non-empty - Update tests to cover presence and absence of `AGENTS.md` file with rules content
6 lines
118 B
Nix
6 lines
118 B
Nix
{
|
|
opencode-settings = ./settings.nix;
|
|
opencode-rules = ./rules.nix;
|
|
opencode-empty-rules = ./empty-rules.nix;
|
|
}
|