Superhuman icon

Superhuman 1038.0.8

Email client

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    superhuman # Superhuman
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    superhuman # Superhuman
  ];
}

Package Definition

{
  "pname": "superhuman",
  "version": "1038.0.8",
  "src": {
    "url": "https://storage.googleapis.com/download.superhuman.com/supertron-update/Superhuman-1038.0.8-arm64-latest-mac.zip",
    "sha256": "6a425e269b6ca32757866247eacb57fdcd6d721a4b9dfdce48ebb8963bcc53b8"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Superhuman.app\" && cp -r \"Superhuman.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Email client",
    "homepage": "https://superhuman.com/"
  }
}