add: claude-code

This commit is contained in:
kenji
2025-12-30 16:56:56 -06:00
parent 0fb7553ebf
commit bc6dae065b
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
claude-code
];
}
+1
View File
@@ -3,5 +3,6 @@
../../apps/btop
../../apps/jellyfin
../../apps/tickrs
../../apps/claude
];
}