{ pkgs, ... }: { homebrew = { enable = true; brews = [ # Thunderbird requires GPGME in 'standard locations' "gpgme" ]; }; # Necessary for using flakes on this system. nix.settings.experimental-features = "nix-command flakes"; # $ darwin-rebuild changelog system.stateVersion = 5; nixpkgs.hostPlatform = "aarch64-darwin"; }