From c7274de1c1d210e621eff0cdaf102028721fe6df Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Sun, 29 Oct 2023 17:11:47 -0400 Subject: [PATCH] chore(mac): add firefoxpwa and wineskin from homebrew --- machines/mac/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/mac/configuration.nix b/machines/mac/configuration.nix index 19f35b6..b882fb8 100644 --- a/machines/mac/configuration.nix +++ b/machines/mac/configuration.nix @@ -71,12 +71,14 @@ "openjdk@17" "bash" # Required for nix-shell to function properly "ddev/ddev/ddev" + "firefoxpwa" ]; casks = [ "hiddenbar" "android-platform-tools" "mactex" "font-caskaydia-cove-nerd-font" + "gcenx/wine/wineskin" ]; };