diff --git a/options.xhtml b/options.xhtml index f77771539..aee548149 100644 --- a/options.xhtml +++ b/options.xhtml @@ -43546,6 +43546,91 @@ null or string

+
+ + programs.onlyoffice.enable + + +
+
+

Whether to enable onlyoffice.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/onlyoffice.nix> + +
+
+
+ + programs.onlyoffice.package + + +
+
+

The onlyoffice-desktopeditors package to use.

+ +

Type: +null or package

+ +

Default: +pkgs.onlyoffice-desktopeditors

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/onlyoffice.nix> + +
+
+
+ + 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 (boolean or string)

+ +

Default: +{ }

+ +

Example:

''
+  UITheme = "theme-contrast-dark";
+  editorWindowMode = false;
+  forcedRtl = false;
+  maximized = true;
+  titlebar = "custom";
+''
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/onlyoffice.nix> + +
+
programs.opam.enable