From fe88684d9d6815137a839600ec4d91cd42603b86 Mon Sep 17 00:00:00 2001 From: m3ta-chiron Date: Mon, 15 Jun 2026 07:39:27 +0200 Subject: [PATCH] chore: move openwork into agent context --- profiles/contexts/desktop/apps/productivity.nix | 1 - profiles/sets/coding/agents/agents.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/contexts/desktop/apps/productivity.nix b/profiles/contexts/desktop/apps/productivity.nix index a4360f3..dd0c134 100644 --- a/profiles/contexts/desktop/apps/productivity.nix +++ b/profiles/contexts/desktop/apps/productivity.nix @@ -12,7 +12,6 @@ in { config = mkIf cfg.enable { home.packages = with pkgs; [ - openwork pomodoro-timer ]; }; diff --git a/profiles/sets/coding/agents/agents.nix b/profiles/sets/coding/agents/agents.nix index 9ce4324..6b8155f 100644 --- a/profiles/sets/coding/agents/agents.nix +++ b/profiles/sets/coding/agents/agents.nix @@ -74,5 +74,6 @@ # opencode-desktop openshell openspec + openwork ]; }