diff --git a/hosts/darwin/homebrew.nix b/hosts/darwin/homebrew.nix index 8bc111a7..4e6252f2 100644 --- a/hosts/darwin/homebrew.nix +++ b/hosts/darwin/homebrew.nix @@ -4,7 +4,9 @@ homebrew = { enable = true; caskArgs.no_quarantine = true; - + # Enable homebrew installation flags to override existing packages + brewFlags = ["--force"]; + caskFlags = ["--force"]; onActivation = { autoUpdate = true; upgrade = true;