mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-13 12:31:07 +01:00
Include various tests for the agents and command file generation and different ways of configuring it. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
11 lines
408 B
Nix
11 lines
408 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;
|
|
}
|