mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
tree
This commit is contained in:
parent
012731a155
commit
1c0dddf544
1 changed files with 5 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue