config/users/chloe/sandwich/configuration.nix

11 lines
130 B
Nix
Raw Normal View History

2025-05-12 15:19:01 -07:00
{ pkgs, ... }:
{
2025-05-07 10:22:05 -07:00
shared.darwin = {
macAppStoreApps = [
"final-cut-pro"
"logic-pro"
"motion"
];
};
}