11 lines
204 B
Nix
11 lines
204 B
Nix
|
|
# Per-tool agent sub-modules
|
||
|
|
# Each module handles rendering canonical agent.toml definitions
|
||
|
|
# for a specific AI coding tool.
|
||
|
|
{
|
||
|
|
imports = [
|
||
|
|
./opencode.nix
|
||
|
|
./claude-code.nix
|
||
|
|
./pi.nix
|
||
|
|
];
|
||
|
|
}
|