nix-dotfiles/nix-darwin/hosts/Sloanes-MacBook-Air/default.nix

8 lines
70 B
Nix

{ ... }:
{
homebrew = {
casks = [
"discord"
];
};
}