flake/darwin/profiles/desktop/packages/_homebrew.nix

12 lines
139 B
Nix
Raw Normal View History

2024-01-15 04:18:06 +00:00
{
2023-09-19 00:17:43 +00:00
homebrew = {
enable = true;
casks = [
"altserver"
2023-11-02 10:30:09 +00:00
"squirrel"
2023-09-19 00:17:43 +00:00
"librewolf"
"google-chrome"
];
};
}