From 260f492202d93c627e92c1e78ea22924c84ca37b Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Wed, 18 Mar 2026 16:27:45 -0600 Subject: [PATCH] Update homebrew.nix --- modules/homebrew.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/homebrew.nix b/modules/homebrew.nix index 8eed3c5..a2e9367 100644 --- a/modules/homebrew.nix +++ b/modules/homebrew.nix @@ -20,7 +20,6 @@ "snort" "docker" "docker-credential-helper" - "colima" ]; casks = [ @@ -28,6 +27,7 @@ "librewolf" "pearcleaner" "calibre" + "orbstack" ]; }; }