add oh-my-opencode

This commit is contained in:
2026-01-28 11:38:16 -05:00
parent 60317ef61e
commit 2b912cc38e
3 changed files with 66 additions and 0 deletions

View File

@@ -25,6 +25,10 @@ let
};
in
{
home.packages = [
inputs.oh-my-opencode.packages.${pkgs.stdenv.hostPlatform.system}.oh-my-opencode
];
xdg.configFile."opencode/oh-my-opencode.json".text = builtins.toJSON ohMyOpencodeConfig;
programs.opencode = {