feat: add opencode and use simpler gc

This commit is contained in:
Jet 2026-03-19 23:01:06 -07:00
parent 31f93b5bc9
commit de27df4ce2
No known key found for this signature in database
3 changed files with 19 additions and 19 deletions

View file

@ -85,6 +85,7 @@ in
bat
ffmpeg-full
claude-code
opencode
inputs.codex-cli-nix.packages.${pkgs.stdenv.hostPlatform.system}.default
fd
btop
@ -251,6 +252,7 @@ in
"da" = "direnv allow";
"nfu" = "nix flake update";
"c" = "claude";
"o" = "opencode";
".." = "z ..";
j = "jj";
jgf = "jj git fetch";