This commit is contained in:
Miguel Palhas
2026-05-08 13:21:42 +01:00
parent efe63cb0a9
commit 4aa2e67794
7 changed files with 37 additions and 17 deletions
+22 -6
View File
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"permissions": {
"additionalDirectories": ["/home/naps62/projects", "/home/naps62/ethui", "/home/naps62/labs", "/home/naps62/subvisual"],
"allow": [
"Edit",
"Write",
@@ -27,8 +27,26 @@
"Bash(chmod:*)",
"Bash(mkdir:*)",
"Bash(kitty @ set-tab-title:*)"
],
"additionalDirectories": [
"/home/naps62/projects",
"/home/naps62/ethui",
"/home/naps62/labs",
"/home/naps62/subvisual"
]
},
"statusLine": {
"type": "command",
"command": "~/.claude/statusline.sh"
},
"extraKnownMarketplaces": {
"impeccable": {
"source": {
"source": "github",
"repo": "pbakaus/impeccable"
}
}
},
"sandbox": {
"enabled": true,
"autoAllowBashIfSandboxed": false,
@@ -59,9 +77,7 @@
"url": "https://ha-mcp.n62.casa/mcp"
}
},
"statusLine": {
"type": "command",
"command": "~/.claude/statusline.sh"
},
"$schema": "https://json.schemastore.org/claude-code-settings.json"
"enabledPlugins": {
"typescript-lsp@claude-plugins-official": true
}
}
+1 -3
View File
@@ -19,8 +19,6 @@
programs.password-store = {
enable = true;
settings = {
PASSWORD_STORE_DIR = "${config.home.homeDirectory}/sync/pass";
};
settings = { };
};
}
-6
View File
@@ -1,6 +0,0 @@
{ pkgs, ... }:
{
services.syncthing = {
enable = true;
};
}