Superhuman icon

Superhuman 25.1.46

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