Oryoki icon

Oryoki 0.2.2

Experimental web browser with a thin interface

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "oryoki",
  "version": "0.2.2",
  "src": {
    "url": "https://github.com/thmsbfft/oryoki/releases/download/0.2.2/Oryoki-0.2.2.zip",
    "sha256": "419a251b1be83c1f11763d4713920f5e7676a2cb23fc9e359e0d2d4fd349e23f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Oryoki.app\" && cp -r \"Oryoki.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Experimental web browser with a thin interface",
    "homepage": "http://oryoki.io/"
  }
}