Shimo icon

Shimo 5.0.4,8890

VPN client for secure internet access and private browsing

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "shimo",
  "version": "5.0.4,8890",
  "src": {
    "url": "https://downloads.mailbutler.io/Shimo_5.0.4_8890.zip",
    "sha256": "0f624d29248c2cb3d77ede2cc8ce8e30cdddaa7358d444571dd2ec1932f6958c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Shimo.app\" && cp -r \"Shimo.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "VPN client for secure internet access and private browsing",
    "homepage": "https://www.shimovpn.com/"
  }
}