dotfiles/hosts/ts-tl-mbp/brew.nix
Tyrel Souza 8cc461a543 steam
2023-01-02 19:20:32 -05:00

20 lines
290 B
Nix

{ pkgs, config, lib, ... }:
{
homebrew = {
enable = true;
casks = [
"alfred"
"discord"
"divvy"
"firefox"
"gpg-suite"
"jetbrains-toolbox"
"karabiner-elements"
"slack"
"steam"
"tailscale"
"thunderbird"
];
};
}