mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
Remove allow, doing --dang...
This commit is contained in:
parent
7b38d439de
commit
07930bfd25
1 changed files with 3 additions and 7 deletions
|
|
@ -19,15 +19,11 @@ in
|
|||
|
||||
# Basic settings for Claude Code
|
||||
settings = {
|
||||
enableAllProjectMcpServers = true;
|
||||
theme = "dark";
|
||||
# enableAllProjectMcpServers = true;
|
||||
permissions = {
|
||||
defaultMode = "plan";
|
||||
allow = [
|
||||
"Bash(nix develop:*)"
|
||||
"Bash(nix build:*)"
|
||||
"Bash(om ci)"
|
||||
"Bash(rg:*)"
|
||||
];
|
||||
additionalDirectories = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue