Files
nixos-config/profiles/homebrew.nix
2026-01-25 09:46:40 +00:00

11 lines
104 B
Nix

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