From 008bc8857be2b61298ed5cc3fac208aec73fbaf1 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Thu, 4 Jun 2026 21:26:11 +0800 Subject: [PATCH] fix(darwin): brew packages --- modules/darwin/apps.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/darwin/apps.nix b/modules/darwin/apps.nix index e2237dba..762f8868 100644 --- a/modules/darwin/apps.nix +++ b/modules/darwin/apps.nix @@ -104,6 +104,7 @@ in upgrade = true; # Upgrade outdated casks, formulae, and App Store apps # 'zap': uninstalls all formulae(and related files) not listed in the generated Brewfile cleanup = "zap"; + extraFlags = [ "--force-cleanup" ]; }; # Applications to install from Mac App Store using mas. @@ -111,6 +112,9 @@ in # otherwise Apple Store will refuse to install them. # For details, see https://github.com/mas-cli/mas masApps = { + Keynote = 409183694; + Slack = 803453959; + WireGuard = 1451685025; # Xcode = 497799835; Wechat = 836500024; };