Mimestream icon

Mimestream 1.7.0

Native app email client for Gmail

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "mimestream",
  "version": "1.7.0",
  "src": {
    "url": "https://download.mimestream.com/Mimestream_1.7.0.dmg",
    "sha256": "953d7f95f05c72ef60f40d7cf17121e0b23686e624da237877449794a5e6190d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Mimestream.app\" && cp -r \"Mimestream.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Native app email client for Gmail",
    "homepage": "https://mimestream.com/"
  }
}