/ applications / onlyoffice.nix
onlyoffice.nix
1  { config, lib, pkgs, ... }: { programs.onlyoffice = { enable = true; }; }