ONLYOFFICE icon

ONLYOFFICE 8.3.1

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": "8.3.1",
  "src": {
    "url": "https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v8.3.1/ONLYOFFICE-arm.dmg",
    "sha256": "74965b8778b1b7423163f0deb5525d3f24e522fba47126974234433df51381a2"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/ONLYOFFICE.app\" && cp -r \"ONLYOFFICE.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Document editor",
    "homepage": "https://www.onlyoffice.com/"
  }
}