nixos-config/.claude/settings.json
Sridhar Ratnakumar ad59ea79cf rg
2025-08-27 12:22:41 -04:00

15 lines
243 B
JSON

{
"enableAllProjectMcpServers": true,
"permissions": {
"defaultMode": "plan",
"allow": [
// Nix
"Bash(nix develop:*)",
"Bash(nix build:*)",
"Bash(om ci)",
// Read files
"Bash(rg:*)"
]
}
}