merge
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{ lib, config, ... }:
|
||||
{
|
||||
|
||||
options.custom = {
|
||||
opencode.enable = lib.mkEnableOption "enable opencode - LLM Harness";
|
||||
};
|
||||
|
||||
config = lib.mkIf config.custom.opencode.enable {
|
||||
programs.opencode = {
|
||||
enable = true;
|
||||
settings = {
|
||||
plugin = [
|
||||
"@dietrichgebert/ponytail"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user