Superhuman icon

Superhuman 33.0.1

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