Files
dotfiles/nixos/.claude/settings.local.json

12 lines
248 B
JSON
Raw Normal View History

{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"permissions": {
"allow": [
"Bash(nix eval:*)",
"Bash(just switch)",
"WebFetch(domain:github.com)",
"Bash(nix log:*)"
],
"deny": []
}
}