mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
onlyoffice: fix settings option example type
This commit is contained in:
committed by
Austin Horstman
parent
38bf0202ca
commit
3e4b311842
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user