Add claude-code profile from llm-agents input
This commit is contained in:
9
profiles/claude-code.nix
Normal file
9
profiles/claude-code.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = [
|
||||
inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.claude-code
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user