feat(darwin): declare Mac App Store apps
CI / flake (pull_request) Successful in 1m58s

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.
This commit is contained in:
Emma Thorpe
2026-06-02 16:31:02 +00:00
parent c339b42b45
commit b47610a2bc
+11 -1
View File
@@ -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.