Files
nixos-config/modules/darwin/homebrew.nix
Christoph Schmatzler fe843e19bf up
Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
2025-11-02 11:28:42 +00:00

11 lines
121 B
Nix

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