From 53979ea849c3555219301beb5a491097aabfa908 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Sat, 1 Nov 2025 13:32:14 +0100 Subject: [PATCH] install things --- modules/darwin/homebrew.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index 0d350eb..a107efa 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -1,6 +1,9 @@ { homebrew = { enable = true; - casks = []; + casks = [ + "helium-browser" + "pearcleaner" + ]; }; }