Add claude-code profile from llm-agents input

This commit is contained in:
2026-02-03 16:53:06 +00:00
parent 88ff7d0077
commit 9d476ee209
4 changed files with 12 additions and 0 deletions

9
profiles/claude-code.nix Normal file
View File

@@ -0,0 +1,9 @@
{
inputs,
pkgs,
...
}: {
home.packages = [
inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.claude-code
];
}