11 lines
121 B
Nix
11 lines
121 B
Nix
{
|
|
homebrew = {
|
|
enable = true;
|
|
casks = [
|
|
"helium-browser"
|
|
"pearcleaner"
|
|
"tidal"
|
|
];
|
|
};
|
|
}
|