From 12004619d909f32cd17cec4dce8ee9547ff42431 Mon Sep 17 00:00:00 2001 From: willemml Date: Fri, 24 Nov 2023 11:29:49 -0800 Subject: [PATCH] Adds thunderbird to brew on darwin --- nixos/hosts/zeus.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nixos/hosts/zeus.nix b/nixos/hosts/zeus.nix index 0c89c4f..7a32d6c 100644 --- a/nixos/hosts/zeus.nix +++ b/nixos/hosts/zeus.nix @@ -26,16 +26,17 @@ homebrew = { enable = true; casks = [ + "UTM" "blackhole-16ch" - "zerotier-one" "discord" + "homebrew/cask-versions/firefox-esr" "nordvpn" "obs" "steam" + "thunderbird" "vial" "whisky" - "homebrew/cask-versions/firefox-esr" - "UTM" + "zerotier-one" ]; };