commit 9040291dfc3718b12db7a803cdd8531147ff4da7
parent 482596e1fe828fe2bf7cff6208f5eb4a842db0bb
Author: Leah (ctucx) <git@ctu.cx>
Date: Mon, 7 Aug 2023 11:42:50 +0200
parent 482596e1fe828fe2bf7cff6208f5eb4a842db0bb
Author: Leah (ctucx) <git@ctu.cx>
Date: Mon, 7 Aug 2023 11:42:50 +0200
configuration/darwin/homebrew: always update `thunderbird`
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/configurations/darwin/homebrew.nix b/configurations/darwin/homebrew.nix @@ -26,8 +26,15 @@ } ]; + caskArgs = { + no_quarantine = true; + }; + casks = [ - "thunderbird" + { + name = "thunderbird"; + greedy = true; + } "libreoffice" "spotify" "moneymoney"