From b47610a2bcd29ffac5f468467cd1b9fb3f4aacfa Mon Sep 17 00:00:00 2001 From: Emma Thorpe Date: Tue, 2 Jun 2026 16:31:02 +0000 Subject: [PATCH 1/2] 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. From 110890508f217783e5283c3fd35a4a5143f73e6d Mon Sep 17 00:00:00 2001 From: Lyra Thorpe Date: Tue, 2 Jun 2026 17:34:46 +0100 Subject: [PATCH 2/2] feat: also include hass and infuse --- system/machine/Darwin/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/machine/Darwin/configuration.nix b/system/machine/Darwin/configuration.nix index eb46c93..92ad734 100644 --- a/system/machine/Darwin/configuration.nix +++ b/system/machine/Darwin/configuration.nix @@ -134,6 +134,8 @@ Amphetamine = 937984704; "Apple Configurator" = 1037126344; "Game Controller Tester" = 1500593102; + "Home Assistant" = 1099568401; + Infuse = 1136220934; Keynote = 409183694; Numbers = 409203825; Pages = 409201541;