Files
nixos-config/profiles/darwin/homebrew.nix
Christoph Schmatzler c97e7d16e4 up
2025-08-07 16:20:19 +02:00

12 lines
132 B
Nix

{
homebrew = {
enable = true;
casks = [
"orbstack"
];
masApps = {
"wipr2" = 1662217862;
};
};
}