feat: remove exept opencode and lmstudio
This commit is contained in:
parent
dd06e6fecd
commit
79ca596b55
3 changed files with 9 additions and 155 deletions
17
home.nix
17
home.nix
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue