dotfiles/hosts/ts-tl-mbp/brew.nix
Tyrel Souza 49a5240079
updates
2023-01-17 18:39:14 -05:00

30 lines
507 B
Nix

{ pkgs, config, lib, ... }:
{
homebrew = {
enable = true;
casks = [
"alfred"
"affinity-photo"
"affinity-designer"
"affinity-publisher"
"commander-one"
"discord"
"divvy"
"firefox"
"gpg-suite"
"jetbrains-toolbox"
"karabiner-elements"
"meetingbar"
"qsyncthingtray"
"scrivener"
"slack"
"spotify"
"steam"
"syncthing"
"tailscale"
"telegram-desktop"
"thunderbird"
];
};
}