feat: remove exept opencode and lmstudio

This commit is contained in:
Jet 2026-04-09 17:30:34 -07:00
parent dd06e6fecd
commit 79ca596b55
No known key found for this signature in database
3 changed files with 9 additions and 155 deletions

View file

@ -349,12 +349,9 @@ in
# CLI
bat
ffmpeg-full
claude-code
opencode
inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.t3code
zellijNewTabZoxide
zellijSyncTabName
inputs.codex-cli-nix.packages.${pkgs.stdenv.hostPlatform.system}.default
fd
btop
fastfetch
@ -566,7 +563,6 @@ in
"dr" = "direnv reload";
"da" = "direnv allow";
"nfu" = "nix flake update";
"c" = "claude";
"o" =
"OPENCODE_PERMISSION='{\"*\":\"allow\",\"external_directory\":\"allow\",\"doom_loop\":\"allow\"}' opencode";
"os" = "opencode";
@ -834,19 +830,6 @@ in
};
};
home.file.".claude/settings.json".text = builtins.toJSON {
allowedTools = [
"Read"
"Glob"
"Grep"
"Write"
"Edit"
"Agent"
"WebFetch"
"WebSearch"
];
};
home.file.".config/opencode/opencode.json".text = builtins.toJSON {
"$schema" = "https://opencode.ai/config.json";
mcp = {