ONLYOFFICE icon

ONLYOFFICE 8.2.2

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