use llm-agents.nix

This commit is contained in:
2026-04-19 11:01:20 +08:00
parent 0cefd0799d
commit 3a47cc56b7
8 changed files with 202 additions and 31 deletions
+1
View File
@@ -11,6 +11,7 @@ in
my.coding = {
editor.all.enable = true;
langs.all.enable = true;
agents.enable = true;
misc.enable = true;
};
};