Files
nixpkgs/modules/home-manager/coding/agents/default.nix

11 lines
204 B
Nix
Raw Normal View History

2026-04-13 16:52:47 +02:00
# 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
];
}