programs.onlyoffice.enable
Whether to enable onlyoffice.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.onlyoffice.package
The onlyoffice-desktopeditors package to use.
Type: null or package
Default:
pkgs.onlyoffice-desktopeditors
Declared by:
programs.onlyoffice.settings
Configuration settings for Onlyoffice.
All configurable options can be deduced by enabling them through the GUI and observing the changes in ~/.config/onlyoffice/DesktopEditors.conf.
Type: attribute set of (atom (null, bool, int, float or string))
Default:
{ }
Example:
{
UITheme = "theme-contrast-dark";
editorWindowMode = false;
forcedRtl = false;
maximized = true;
titlebar = "custom";
}
Declared by: