dotfiles/hosts/ts-tl-mbp/brew.nix

13 lines
156 B
Nix

{ pkgs, config, lib, ... }:
{
homebrew = {
enable = true;
casks = [
"alfred"
"discord"
"slack"
"karabiner-elements"
];
};
}