Skip to content

Commit eda67ca

Browse files
committed
refactor: move claude-code to llmtools module
1 parent 19263d6 commit eda67ca

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{ pkgs, ... }:
2+
3+
{
4+
# LLM and AI tools
5+
6+
home.packages = with pkgs; [
7+
unstable.claude-code
8+
];
9+
}

users/refnode/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
./common/optional/backup.nix
99
./common/optional/golang.nix
1010
./common/optional/development.nix
11+
./common/optional/llmtools.nix
1112
];
1213

1314
# specify my home-manager configs
@@ -78,7 +79,6 @@
7879

7980
unstable.taskwarrior3
8081
# unstable.ladybird
81-
unstable.claude-code
8282
];
8383

8484
home.sessionVariables = {

0 commit comments

Comments
 (0)