wip
This commit is contained in:
@@ -13,7 +13,6 @@
|
|||||||
../common/programs/zen-browser.nix
|
../common/programs/zen-browser.nix
|
||||||
../common/programs/hyprland
|
../common/programs/hyprland
|
||||||
../common/programs/kitty
|
../common/programs/kitty
|
||||||
../common/programs/syncthing.nix
|
|
||||||
../common/programs/unity.nix
|
../common/programs/unity.nix
|
||||||
../common/programs/ethui.nix
|
../common/programs/ethui.nix
|
||||||
../common/programs/gpg.nix
|
../common/programs/gpg.nix
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"additionalDirectories": ["/home/naps62/projects", "/home/naps62/ethui", "/home/naps62/labs", "/home/naps62/subvisual"],
|
|
||||||
"allow": [
|
"allow": [
|
||||||
"Edit",
|
"Edit",
|
||||||
"Write",
|
"Write",
|
||||||
@@ -27,8 +27,26 @@
|
|||||||
"Bash(chmod:*)",
|
"Bash(chmod:*)",
|
||||||
"Bash(mkdir:*)",
|
"Bash(mkdir:*)",
|
||||||
"Bash(kitty @ set-tab-title:*)"
|
"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": {
|
"sandbox": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"autoAllowBashIfSandboxed": false,
|
"autoAllowBashIfSandboxed": false,
|
||||||
@@ -59,9 +77,7 @@
|
|||||||
"url": "https://ha-mcp.n62.casa/mcp"
|
"url": "https://ha-mcp.n62.casa/mcp"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"statusLine": {
|
"enabledPlugins": {
|
||||||
"type": "command",
|
"typescript-lsp@claude-plugins-official": true
|
||||||
"command": "~/.claude/statusline.sh"
|
}
|
||||||
},
|
|
||||||
"$schema": "https://json.schemastore.org/claude-code-settings.json"
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,8 +19,6 @@
|
|||||||
|
|
||||||
programs.password-store = {
|
programs.password-store = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = { };
|
||||||
PASSWORD_STORE_DIR = "${config.home.homeDirectory}/sync/pass";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
{ pkgs, ... }:
|
|
||||||
{
|
|
||||||
services.syncthing = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -13,7 +13,6 @@
|
|||||||
../common/programs/zen-browser.nix
|
../common/programs/zen-browser.nix
|
||||||
../common/programs/hyprland
|
../common/programs/hyprland
|
||||||
../common/programs/kitty
|
../common/programs/kitty
|
||||||
../common/programs/syncthing.nix
|
|
||||||
../common/programs/unity.nix
|
../common/programs/unity.nix
|
||||||
../common/programs/gpg.nix
|
../common/programs/gpg.nix
|
||||||
../common/programs/ethui.nix
|
../common/programs/ethui.nix
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs.steam = {
|
||||||
|
enable = true;
|
||||||
|
remotePlay.openFirewall = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
hardware.steam-hardware.enable = true;
|
||||||
|
}
|
||||||
@@ -20,6 +20,7 @@
|
|||||||
../common/features/ledger.nix
|
../common/features/ledger.nix
|
||||||
../common/features/android-studio.nix
|
../common/features/android-studio.nix
|
||||||
../common/features/wine.nix
|
../common/features/wine.nix
|
||||||
|
../common/features/steam.nix
|
||||||
../common/features/appimage.nix
|
../common/features/appimage.nix
|
||||||
../common/features/home
|
../common/features/home
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user