onlyoffice: fix settings option example type

This commit is contained in:
Gutyina Gergő
2026-04-26 14:51:49 +02:00
committed by Austin Horstman
parent 38bf0202ca
commit 3e4b311842

View File

@@ -27,13 +27,13 @@ in
settings = mkOption {
inherit (formatter) type;
default = { };
example = ''
example = {
UITheme = "theme-contrast-dark";
editorWindowMode = false;
forcedRtl = false;
maximized = true;
titlebar = "custom";
'';
};
description = ''
Configuration settings for Onlyoffice.