Shortwave icon

Shortwave 2024.12.06

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