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

12 lines
142 B
Nix
Raw Normal View History

2023-12-02 10:42:59 +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"
];
};
}