feat: add allowlist for claude
This commit is contained in:
parent
d9ff0501d1
commit
6799bb8941
1 changed files with 13 additions and 0 deletions
13
home.nix
13
home.nix
|
|
@ -396,6 +396,19 @@
|
|||
};
|
||||
};
|
||||
|
||||
home.file.".claude/settings.json".text = builtins.toJSON {
|
||||
allowedTools = [
|
||||
"Read"
|
||||
"Glob"
|
||||
"Grep"
|
||||
"Write"
|
||||
"Edit"
|
||||
"Agent"
|
||||
"WebFetch"
|
||||
"WebSearch"
|
||||
];
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
gtk3.extraConfig.gtk-application-prefer-dark-theme = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue