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 = [ 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/";}

View File

@@ -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";