Slashy icon

Slashy 1.3.55

Email client for Gmail

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "slashy",
  "version": "1.3.55",
  "src": {
    "url": "https://dl.slashy.com/Slashy-1.3.55-universal.dmg",
    "sha256": "762cd92178b053c2d1ff34c197c4cc04e64673abe24b8ab4861378878e83e9cc"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Slashy.app\" && cp -r \"Slashy.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Email client for Gmail",
    "homepage": "https://www.slashy.com/"
  }
}