Shortwave icon

Shortwave 2025.5.1

Email client

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "shortwave",
  "version": "2025.5.1",
  "src": {
    "url": "https://storage.googleapis.com/shortwave-downloads/desktop_app/darwin/universal/Shortwave-darwin-universal-2025.5.1.zip",
    "sha256": "7c380da4fe13aa98cbdee86855368eb0c47fe3ca4a2c540e8a4880928908b497"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Shortwave.app\" && cp -r \"Shortwave.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Email client",
    "homepage": "https://www.shortwave.com/"
  }
}