From 1a9a60b0db1ae26b46ef8b559b5d5845f7bc8903 Mon Sep 17 00:00:00 2001 From: "sascha.koenig" Date: Thu, 9 Apr 2026 13:58:45 +0200 Subject: [PATCH] chore: rename oh-my-opencode --- modules/home-manager/coding/opencode.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/coding/opencode.nix b/modules/home-manager/coding/opencode.nix index 76fe5c7..a7ef8fa 100644 --- a/modules/home-manager/coding/opencode.nix +++ b/modules/home-manager/coding/opencode.nix @@ -136,7 +136,7 @@ in { settings = mkMerge [ { theme = "opencode"; - plugin = ["oh-my-opencode"] ++ cfg.extraPlugins; + plugin = ["oh-my-openagent"] ++ cfg.extraPlugins; formatter = { alejandra = { command = ["alejandra" "-q" "-"];