feat: add opencode and use simpler gc
This commit is contained in:
parent
31f93b5bc9
commit
de27df4ce2
3 changed files with 19 additions and 19 deletions
2
home.nix
2
home.nix
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue