dotfiles/dot-config/nix-darwin/hosts/Sloanes-MacBook-Pro/default.nix
2024-11-04 11:07:40 -05:00

10 lines
124 B
Nix

{ self, pkgs, ... }:
{
nixpkgs.hostPlatform = "aarch64-darwin";
homebrew = {
casks = [
"slack"
];
};
}