mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
7 lines
110 B
Nix
7 lines
110 B
Nix
{
|
|
programs.claude-code.enable = true;
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.claude
|
|
'';
|
|
}
|