This commit is contained in:
Miguel Palhas
2025-08-03 19:45:48 +01:00
parent 8cb30ac572
commit d00a6b0462
5 changed files with 54 additions and 50 deletions
+23 -23
View File
@@ -31,27 +31,27 @@
'';
};
home.file.".claude/settings.json".text = ''
{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(rg:*)",
"Bash(chmod:*)",
"Bash(find:*)",
"Bash(rustup target:*)",
"Bash(ls:*)",
"Bash(cargo:*)",
"Bash(cp:*)",
"Bash(yarn:*)",
"Bash(sed:*)",
"Bash(gh:*)",
"Bash(git:*)",
"Bash(grep:*)",
"Bash(node:*)"
],
"defaultMode": "acceptEdits"
}
}
'';
# home.file.".claude/settings.json".text = ''
# {
# "permissions": {
# "allow": [
# "Bash(mkdir:*)",
# "Bash(rg:*)",
# "Bash(chmod:*)",
# "Bash(find:*)",
# "Bash(rustup target:*)",
# "Bash(ls:*)",
# "Bash(cargo:*)",
# "Bash(cp:*)",
# "Bash(yarn:*)",
# "Bash(sed:*)",
# "Bash(gh:*)",
# "Bash(git:*)",
# "Bash(grep:*)",
# "Bash(node:*)"
# ],
# "defaultMode": "acceptEdits"
# }
# }
# '';
}