diff --git a/home.nix b/home.nix index 65c2313..3c2f208 100644 --- a/home.nix +++ b/home.nix @@ -276,11 +276,15 @@ allow = [ "Edit" "Write" - "Bash(git:*)" - "Bash(nix-shell:*)" - "Bash(nix eval:*)" - "Bash(nix flake check:*)" - ]; + "Read" + "Glob" + "Grep" + "Bash" + "WebFetch" + "WebSearch" + "Agent" + "NotebookEdit" + ]; }; alwaysThinkingEnabled = true; includeCoAuthoredBy = false;