Files
nixpkgs/modules/home-manager/coding/agents/default.nix
2026-04-13 16:52:47 +02:00

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
];
}