dotfiles/.config/nix-darwin/hosts/tid27880sperrau/default.nix
2024-05-09 10:44:28 -04:00

10 lines
124 B
Nix

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