feat(opencode): add flake input and overlay

This commit is contained in:
tux
2026-08-22 16:58:15 +05:30
parent ba22699df3
commit 7f0d55c597
4 changed files with 44 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
{
flake.modules.homeManager.shell = {
flake.modules.homeManager.shell = { pkgs, ... }: {
programs.opencode = {
enable = true;
package = pkgs.opencode-git;
tui = {
theme = "system";
};