Files
Austin Horstman 8b4ac14968 claude-code: init module (#7685)
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-08-16 21:33:06 -05:00

8 lines
110 B
Nix

{
programs.claude-code.enable = true;
nmt.script = ''
assertPathNotExists home-files/.claude
'';
}