dotfiles/dot-config/nix-darwin/hosts/Sloanes-MacBook-Pro/default.nix

11 lines
124 B
Nix
Raw Normal View History

2024-03-29 20:49:45 -04:00
{ self, pkgs, ... }:
{
nixpkgs.hostPlatform = "aarch64-darwin";
homebrew = {
casks = [
"slack"
];
};
}