mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
15 lines
243 B
JSON
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:*)"
|
|
]
|
|
}
|
|
}
|