From 96514d3838e656389edba6e5edc89241d30b0006 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Thu, 25 Dec 2025 21:32:04 +0000 Subject: [PATCH] update omoc --- profiles/opencode.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/profiles/opencode.nix b/profiles/opencode.nix index d248266..3f36a0d 100644 --- a/profiles/opencode.nix +++ b/profiles/opencode.nix @@ -9,7 +9,7 @@ settings = { theme = "catppuccin"; plugin = [ - "oh-my-opencode" + "oh-my-opencode@2.5.3" "opencode-antigravity-auth@1.2.2" ]; instructions = [ @@ -145,9 +145,6 @@ model = "google/gemini-3-flash"; }; }; + disabled_hooks = [ "startup-toast" "background-notification" "session-notification" ]; }; - - home.sessionVariables = { - OPENCODE_EXPERIMENTAL_EXA = "true"; - }; }