Files
nixos-config/profiles/homebrew.nix
2025-12-11 20:49:12 +00:00

11 lines
104 B
Nix

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