Superhuman icon

Superhuman 33.0.2

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": "33.0.2",
  "src": {
    "url": "https://storage.googleapis.com/download.superhuman.com/supertron-update/Superhuman-33.0.2-arm64-latest-mac.zip",
    "sha256": "5d506c9bcfc250d56bbe6a9ab489ebf614f051711a429751800141044f11501b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Superhuman.app\" && cp -r \"Superhuman.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Email client",
    "homepage": "https://superhuman.com/"
  }
}