config/users/chloe/sandwich/configuration.nix

15 lines
211 B
Nix
Raw Normal View History

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
ffmpeg
ripgrep
2025-05-06 23:31:53 -07:00
reaper
];
shared.darwin = {
macAppStoreApps = [
"final-cut-pro"
"logic-pro"
"motion"
];
};
}