Skip to content

Commit

Permalink
chore: add homebrew overwrite apps/force
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef Hofer committed Nov 9, 2024
1 parent f2e8330 commit 5fd74c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hosts/darwin/homebrew.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5fd74c6

Please sign in to comment.