Add Claude settings and cached GitHub actions
This commit is contained in:
11
.claude/settings.local.json
Normal file
11
.claude/settings.local.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"permissions": {
|
||||||
|
"allow": [
|
||||||
|
"Bash(rg:*)",
|
||||||
|
"Bash(wmctrl:*)",
|
||||||
|
"Bash(grep:*)",
|
||||||
|
"Bash(hyprctl:*)"
|
||||||
|
],
|
||||||
|
"deny": []
|
||||||
|
}
|
||||||
|
}
|
||||||
12
nixos/.claude/settings.local.json
Normal file
12
nixos/.claude/settings.local.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
||||||
|
"permissions": {
|
||||||
|
"allow": [
|
||||||
|
"Bash(nix eval:*)",
|
||||||
|
"Bash(just switch)",
|
||||||
|
"WebFetch(domain:github.com)",
|
||||||
|
"Bash(nix log:*)"
|
||||||
|
],
|
||||||
|
"deny": []
|
||||||
|
}
|
||||||
|
}
|
||||||
1
nixos/action-cache-dir/actions-checkout@v3
Submodule
1
nixos/action-cache-dir/actions-checkout@v3
Submodule
Submodule nixos/action-cache-dir/actions-checkout@v3 added at f43a0e5ff2
Submodule nixos/action-cache-dir/actions-upload-artifact@v3 added at a8a3f3ad30
Submodule nixos/action-cache-dir/jtmullen-submodule-branch-check-action@v1 added at ab0d3a6927
Submodule nixos/action-cache-dir/shimataro-ssh-key-action@v2 added at d4fffb5087
Reference in New Issue
Block a user