a dotfile but it's really big
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

opencode: add opencode-notifier plugin

karitham 6c160041 0862e443

+4
+4
modules/opencode/default.nix
··· 31 31 32 32 xdg.configFile."opencode/AGENTS.md".source = ./AGENTS.md; 33 33 34 + # Notifier config omitted — plugin uses all defaults. 35 + # If customization is needed, add xdg.configFile."opencode/opencode-notifier.json".text = builtins.toJSON { ... }; 36 + 34 37 programs.opencode = { 35 38 enable = true; 36 39 package = opencodePkg; 37 40 enableMcpIntegration = cfg.enableMcp; 38 41 settings = { 42 + plugin = [ "@mohak34/opencode-notifier@latest" ]; 39 43 inherit (cfg) theme; 40 44 default_agent = "orchestrator"; 41 45 formatter = {