Files
nixos/darwin/hosts/ivr/default.nix
T
Greg Hellings 96955700d4 Prepare for new IVR Mac machine
Getting code prepared for arrival of the new Mac system
Adding the basic casks that I need
2025-05-09 11:18:52 -05:00

12 lines
121 B
Nix

{ ... }:
{
homebrews = {
enable = true;
casks = [
"firefox"
"onlyoffice"
"zed"
];
};
}