mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
| .. | ||
| commands | ||
| mcp | ||
| nix | ||
| skills | ||
| subagents | ||
| memory.md | ||
| README.md | ||
| settings.nix | ||
Srid's Claude Code Configuration
Nix module
nix/home-manager-module.nix- Home-manager module for auto-wiring this directory layout.
Usage
Import the home-manager module and set autoWire.dir:
{
imports = [ ./claude-code/nix/home-manager-module.nix ];
programs.claude-code = {
enable = true;
autoWire.dir = ./claude-code;
};
}