Compare commits
2 Commits
88ff7d0077
...
f342d99650
| Author | SHA1 | Date | |
|---|---|---|---|
| f342d99650 | |||
| 9d476ee209 |
@@ -37,6 +37,7 @@
|
||||
../../profiles/nono.nix
|
||||
../../profiles/neovim
|
||||
../../profiles/opencode.nix
|
||||
../../profiles/claude-code.nix
|
||||
../../profiles/ripgrep.nix
|
||||
../../profiles/ssh.nix
|
||||
../../profiles/starship.nix
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
../../profiles/nono.nix
|
||||
../../profiles/neovim
|
||||
../../profiles/opencode.nix
|
||||
../../profiles/claude-code.nix
|
||||
../../profiles/ripgrep.nix
|
||||
../../profiles/ssh.nix
|
||||
../../profiles/starship.nix
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
../../profiles/nono.nix
|
||||
../../profiles/neovim
|
||||
../../profiles/opencode.nix
|
||||
../../profiles/claude-code.nix
|
||||
../../profiles/ripgrep.nix
|
||||
../../profiles/ssh.nix
|
||||
../../profiles/starship.nix
|
||||
|
||||
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