From 5fd74c68b4faea4f52c2bebe31b927b982025e97 Mon Sep 17 00:00:00 2001 From: Josef Hofer Date: Sat, 9 Nov 2024 22:30:10 +0100 Subject: [PATCH] chore: add homebrew overwrite apps/force --- hosts/darwin/homebrew.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/darwin/homebrew.nix b/hosts/darwin/homebrew.nix index 8bc111a7..f0ae7c77 100644 --- a/hosts/darwin/homebrew.nix +++ b/hosts/darwin/homebrew.nix @@ -4,7 +4,9 @@ homebrew = { enable = true; caskArgs.no_quarantine = true; - + global = { + force = true; # This will force reinstall/overwrite existing apps + }; onActivation = { autoUpdate = true; upgrade = true;