Compare commits

..

2 Commits

Author SHA1 Message Date
b60c7533ff up 2025-12-29 07:49:02 +00:00
213dc2be82 flake 2025-12-29 07:49:02 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ in {
});
default = [
{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/Mail.app/";}
{path = "/System/Applications/Notes.app/";}

View File

@@ -9,7 +9,7 @@
settings = {
theme = "catppuccin";
plugin = [
"oh-my-opencode@2.5.3"
"oh-my-opencode@2.7.2"
"opencode-antigravity-auth@1.2.2"
];
instructions = [
@@ -131,6 +131,9 @@
builtins.toJSON {
"$schema" = "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json";
google_auth = false;
experimental = {
dcp_for_compaction = true;
};
agents = {
oracle = {
model = "opencode/gpt-5.2";