From e19f24b5dd94c4399109d1a45cec4cc368bbcb70 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sun, 17 Nov 2024 17:15:46 -0500 Subject: [PATCH] added brew casks raycast, ice (menu bar hider) --- modules/machine/sephiroth/apps.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/machine/sephiroth/apps.nix b/modules/machine/sephiroth/apps.nix index 6cfb65e..e603b34 100644 --- a/modules/machine/sephiroth/apps.nix +++ b/modules/machine/sephiroth/apps.nix @@ -34,6 +34,8 @@ ]; casks = [ + "raycast" + "jordanbaird-ice" ]; }; }