mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
rg
This commit is contained in:
parent
10c8e2992e
commit
ad59ea79cf
1 changed files with 5 additions and 1 deletions
|
|
@ -3,9 +3,13 @@
|
|||
"permissions": {
|
||||
"defaultMode": "plan",
|
||||
"allow": [
|
||||
// Nix
|
||||
"Bash(nix develop:*)",
|
||||
"Bash(nix build:*)",
|
||||
"Bash(om ci)"
|
||||
"Bash(om ci)",
|
||||
|
||||
// Read files
|
||||
"Bash(rg:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue