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 ]; }