Adds thunderbird to brew on darwin

This commit is contained in:
willemml 2023-11-24 11:29:49 -08:00
parent feea308d00
commit 12004619d9
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD

View file

@ -26,16 +26,17 @@
homebrew = { homebrew = {
enable = true; enable = true;
casks = [ casks = [
"UTM"
"blackhole-16ch" "blackhole-16ch"
"zerotier-one"
"discord" "discord"
"homebrew/cask-versions/firefox-esr"
"nordvpn" "nordvpn"
"obs" "obs"
"steam" "steam"
"thunderbird"
"vial" "vial"
"whisky" "whisky"
"homebrew/cask-versions/firefox-esr" "zerotier-one"
"UTM"
]; ];
}; };