Files
nixos-config/modules/darwin/homebrew.nix
2025-12-07 17:43:51 +01:00

11 lines
121 B
Nix

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