update omoc

This commit is contained in:
2025-12-25 21:32:04 +00:00
parent 0673a1567f
commit 96514d3838

View File

@@ -9,7 +9,7 @@
settings = { settings = {
theme = "catppuccin"; theme = "catppuccin";
plugin = [ plugin = [
"oh-my-opencode" "oh-my-opencode@2.5.3"
"opencode-antigravity-auth@1.2.2" "opencode-antigravity-auth@1.2.2"
]; ];
instructions = [ instructions = [
@@ -145,9 +145,6 @@
model = "google/gemini-3-flash"; model = "google/gemini-3-flash";
}; };
}; };
disabled_hooks = [ "startup-toast" "background-notification" "session-notification" ];
}; };
home.sessionVariables = {
OPENCODE_EXPERIMENTAL_EXA = "true";
};
} }