diff options
Diffstat (limited to 'modules/mac')
| -rw-r--r-- | modules/mac/programs/homebrew/default.nix | 2 | ||||
| -rw-r--r-- | modules/mac/programs/homebrew/mas-apps.nix (renamed from modules/mac/programs/homebrew/mas.nix) | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/modules/mac/programs/homebrew/default.nix b/modules/mac/programs/homebrew/default.nix index 7883095..ab9bb6d 100644 --- a/modules/mac/programs/homebrew/default.nix +++ b/modules/mac/programs/homebrew/default.nix @@ -2,7 +2,7 @@ imports = [ ./brews.nix ./casks.nix - ./mas.nix + ./mas-apps.nix ./nix-homebrew.nix ]; diff --git a/modules/mac/programs/homebrew/mas.nix b/modules/mac/programs/homebrew/mas-apps.nix index bdbbfe4..c30aea1 100644 --- a/modules/mac/programs/homebrew/mas.nix +++ b/modules/mac/programs/homebrew/mas-apps.nix @@ -1,3 +1,6 @@ +# This file is generated by scripts/generate_clean_mas_apps.sh +# Last updated: Fri Jan 3 00:39:15 PST 2025 + { homebrew.masApps = { "Prime Video" = 545519333; |