several updates

This commit is contained in:
Miguel Palhas
2026-02-25 21:53:21 +00:00
parent 6584bf521f
commit 1e1238a6c1
8 changed files with 45 additions and 19 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ pkgs, inputs, ... }:
{
home.file.".default-npm-packages".text = ''
@anthropic-ai/claude-code
@anthropic-ai/sandbox-runtime
'';
home.packages = with pkgs; [
+18 -1
View File
@@ -31,11 +31,28 @@
},
"sandbox": {
"enabled": true,
"autoAllowBashIfSandboxed": false
"autoAllowBashIfSandboxed": false,
"allowedNetworkHosts": [
"github.com",
"api.github.com",
"raw.githubusercontent.com",
"gist.github.com",
"release-assets.githubusercontent.com"
]
},
"defaultMode": "acceptEdits",
"feedbackSurveyState": {
"lastShownTime": 1754052643456
},
"mcpServers": {
"herd-mcp": {
"type": "http",
"url": "https://mcp.herd.eco/v1"
},
"linear": {
"type": "http",
"url": "https://mcp.linear.app/mcp"
}
},
"$schema": "https://json.schemastore.org/claude-code-settings.json"
}