Files
nixos-config/modules/darwin/homebrew.nix
2025-12-07 17:28:08 +00:00

11 lines
104 B
Nix

{
homebrew = {
enable = true;
casks = [
"helium-browser"
"pearcleaner"
"tidal"
];
};
}