{ pkgs, ... }: { homebrew = { enable = true; brews = [ # Thunderbird requires GPGME in 'standard locations' "gpgme" ]; casks = [ "bentobox" "bitwarden" "jetbrains-toolbox" "jordanbaird-ice" "karabiner-elements" "little-snitch" "micro-snitch" "monarch" "notchnook" "openmtp" "orbstack" "raycast" "spotify" "tailscale" "transmission" "transmission" "yubico-yubikey-manager" ]; }; # Necessary for using flakes on this system. nix.settings.experimental-features = "nix-command flakes"; # $ darwin-rebuild changelog system.stateVersion = 5; nixpkgs.hostPlatform = "aarch64-darwin"; }