dotfiles/.config/nix-darwin/hosts/Sloanes-MacBook-Pro/default.nix
2024-03-29 20:49:45 -04:00

10 lines
124 B
Nix

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