From b47610a2bcd29ffac5f468467cd1b9fb3f4aacfa Mon Sep 17 00:00:00 2001 From: Emma Thorpe Date: Tue, 2 Jun 2026 16:31:02 +0000 Subject: [PATCH] feat(darwin): declare Mac App Store apps Add the installed App Store apps to homebrew.masApps so mas manages them declaratively: Amphetamine, Apple Configurator, Game Controller Tester, Keynote, Numbers, Pages, PDFgear, PL2303Serial, WireGuard. --- system/machine/Darwin/configuration.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/system/machine/Darwin/configuration.nix b/system/machine/Darwin/configuration.nix index a0f84fe..eb46c93 100644 --- a/system/machine/Darwin/configuration.nix +++ b/system/machine/Darwin/configuration.nix @@ -130,7 +130,17 @@ "vscodium" "winbox" ]; - masApps = { }; + masApps = { + Amphetamine = 937984704; + "Apple Configurator" = 1037126344; + "Game Controller Tester" = 1500593102; + Keynote = 409183694; + Numbers = 409203825; + Pages = 409201541; + PDFgear = 6469021132; + PL2303Serial = 1624835354; + WireGuard = 1451685025; + }; }; # Used for backwards compatibility; read `darwin-rebuild changelog` before changing.