This commit is contained in:
Sridhar Ratnakumar 2025-11-10 14:55:41 -05:00
parent 012731a155
commit 1c0dddf544

View file

@ -22,6 +22,11 @@ let
skillDirs = lib.filterAttrs (_: type: type == "directory") (builtins.readDir skillsDir);
in
{
# Packages often used by Claude Code CLI.
home.packages = with pkgs; [
tree
];
# Link skill directories to ~/.claude/skills/
# (home-manager module doesn't support skills yet, so we link manually)
home.file = lib.mapAttrs'