ONLYOFFICE icon

ONLYOFFICE 9.1.0

Document editor

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "onlyoffice",
  "version": "9.1.0",
  "src": {
    "url": "https://download.onlyoffice.com/install/desktop/editors/mac/arm/updates/ONLYOFFICE-arm-9.1.0.zip",
    "sha256": "1c5b25ee657f879b11c00861e0f00ae03370745036a0f103004009d892208630"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/ONLYOFFICE.app\" && cp -r \"ONLYOFFICE.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Document editor",
    "homepage": "https://www.onlyoffice.com/"
  }
}