feat: config with agents rework
This commit is contained in:
10
modules/home-manager/coding/agents/default.nix
Normal file
10
modules/home-manager/coding/agents/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user