mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-02 15:11:03 +01:00
14 lines
566 B
Nix
14 lines
566 B
Nix
{
|
|
claude-code-basic = ./basic.nix;
|
|
claude-code-full-config = ./full-config.nix;
|
|
claude-code-mcp = ./mcp.nix;
|
|
claude-code-assertion = ./assertion.nix;
|
|
claude-code-memory-management = ./memory-management.nix;
|
|
claude-code-memory-from-source = ./memory-from-source.nix;
|
|
claude-code-agents-dir = ./agents-dir.nix;
|
|
claude-code-commands-dir = ./commands-dir.nix;
|
|
claude-code-hooks-dir = ./hooks-dir.nix;
|
|
claude-code-agents-path = ./agents-path.nix;
|
|
claude-code-commands-path = ./commands-path.nix;
|
|
claude-code-mixed-content = ./mixed-content.nix;
|
|
}
|