Files
nixos-config/modules/darwin-homebrew.nix
2025-12-11 19:42:05 +00:00

11 lines
104 B
Nix

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