dotfiles/.config/nix-darwin/hosts/tid27880sperrau/default.nix

11 lines
124 B
Nix
Raw Normal View History

2024-05-09 10:35:29 -04:00
{ self, pkgs, ... }:
{
nixpkgs.hostPlatform = "aarch64-darwin";
homebrew = {
casks = [
"slack"
];
};
}