Compare commits
2 Commits
f6ad8815e3
...
b60c7533ff
| Author | SHA1 | Date | |
|---|---|---|---|
| b60c7533ff | |||
| 213dc2be82 |
@@ -39,7 +39,7 @@ in {
|
|||||||
});
|
});
|
||||||
default = [
|
default = [
|
||||||
{path = "/Applications/Helium.app/";}
|
{path = "/Applications/Helium.app/";}
|
||||||
{path = "${config.users.users.${user}.home}/Applications/Home Manager Apps/Ghostty.app/";}
|
{path = "/Applications/Ghostty.app/";}
|
||||||
{path = "/System/Applications/Calendar.app/";}
|
{path = "/System/Applications/Calendar.app/";}
|
||||||
{path = "/System/Applications/Mail.app/";}
|
{path = "/System/Applications/Mail.app/";}
|
||||||
{path = "/System/Applications/Notes.app/";}
|
{path = "/System/Applications/Notes.app/";}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
settings = {
|
settings = {
|
||||||
theme = "catppuccin";
|
theme = "catppuccin";
|
||||||
plugin = [
|
plugin = [
|
||||||
"oh-my-opencode@2.5.3"
|
"oh-my-opencode@2.7.2"
|
||||||
"opencode-antigravity-auth@1.2.2"
|
"opencode-antigravity-auth@1.2.2"
|
||||||
];
|
];
|
||||||
instructions = [
|
instructions = [
|
||||||
@@ -131,6 +131,9 @@
|
|||||||
builtins.toJSON {
|
builtins.toJSON {
|
||||||
"$schema" = "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json";
|
"$schema" = "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json";
|
||||||
google_auth = false;
|
google_auth = false;
|
||||||
|
experimental = {
|
||||||
|
dcp_for_compaction = true;
|
||||||
|
};
|
||||||
agents = {
|
agents = {
|
||||||
oracle = {
|
oracle = {
|
||||||
model = "opencode/gpt-5.2";
|
model = "opencode/gpt-5.2";
|
||||||
|
|||||||
Reference in New Issue
Block a user