We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19263d6 commit eda67caCopy full SHA for eda67ca
users/refnode/common/optional/llmtools.nix
@@ -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
@@ -8,6 +8,7 @@
./common/optional/backup.nix
./common/optional/golang.nix
10
./common/optional/development.nix
11
+ ./common/optional/llmtools.nix
12
];
13
14
# specify my home-manager configs
@@ -78,7 +79,6 @@
78
79
80
unstable.taskwarrior3
81
# unstable.ladybird
- unstable.claude-code
82
83
84
home.sessionVariables = {
0 commit comments