Files
nixos-config/profiles/homebrew.nix

12 lines
119 B
Nix

{
homebrew = {
enable = true;
casks = [
"ghostty@tip"
"helium-browser"
"moonlight"
"tidal"
];
};
}