Files
nixos-config/modules/darwin/homebrew.nix
2025-11-01 13:32:14 +01:00

10 lines
107 B
Nix

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