Shortwave icon

Shortwave 2025.2.2

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