10 lines
92 B
Nix
10 lines
92 B
Nix
{
|
|
lib,
|
|
pkgs,
|
|
config,
|
|
...
|
|
}:
|
|
{
|
|
home.file.".claude/commands".source = ./commands;
|
|
}
|