modules/dependencies: add gemini and opencode

This commit is contained in:
Austin Horstman 2025-09-30 13:48:48 -05:00 committed by Matt Sturgeon
parent b58be69867
commit 7038675452

View file

@ -116,6 +116,7 @@ in
example = "skim";
};
gcc.default = "gcc";
gemini.default = "gemini-cli";
gh.default = "gh";
git = {
default = "git";
@ -135,6 +136,7 @@ in
default = "nodejs";
example = "nodejs_22";
};
opencode.default = "opencode";
plantuml.default = "plantuml";
ripgrep.default = "ripgrep";
rust-analyzer.default = "rust-analyzer";