Shortwave icon

Shortwave 2026.2.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": "2026.2.1",
  "src": {
    "url": "https://storage.googleapis.com/shortwave-downloads/desktop_app/darwin/universal/Shortwave-darwin-universal-2026.2.1.zip",
    "sha256": "69dddc3f5e51e1f571b45a22f5d382d21bfd10d4e787d29c03940066dc226620"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Shortwave.app\" && cp -r \"Shortwave.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Email client",
    "homepage": "https://www.shortwave.com/"
  }
}