From 47302d98ed1930badc6cc40092cd8edc5445cc07 Mon Sep 17 00:00:00 2001 From: hektor Date: Mon, 23 Feb 2026 18:11:29 +0100 Subject: [PATCH] feat: add notifier plugin to opencode --- home/modules/ai-tools.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/ai-tools.nix b/home/modules/ai-tools.nix index feadd28..ae741fc 100644 --- a/home/modules/ai-tools.nix +++ b/home/modules/ai-tools.nix @@ -82,6 +82,7 @@ in "~/.config/sops/age/keys.txt" = "deny"; }; }; + plugin = [ "@mohak34/opencode-notifier@latest" ]; }; }) ];