From 34737a5aef1084c58be3f84466a2706ab20c3b37 Mon Sep 17 00:00:00 2001 From: servius Date: Tue, 24 Feb 2026 14:31:56 +0530 Subject: [PATCH] chore(kuro): remove unused macOS casks from Homebrew configuration --- darwin/kuro/homebrew.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/darwin/kuro/homebrew.nix b/darwin/kuro/homebrew.nix index 9a0c1cee..7dad57d4 100644 --- a/darwin/kuro/homebrew.nix +++ b/darwin/kuro/homebrew.nix @@ -6,10 +6,7 @@ casks = [ "1password" "lunar" - "orcaslicer" "raycast" - "zed" - "zen" ]; }; }