i18n.inputMethod.fcitx5.settings.globalOptions

The global options in config file in ini format.

Type
open submodule of attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  Behavior = {
    ActiveByDefault = false;
  };
  Hotkey = {
    EnumerateWithTriggerKeys = true;
    EnumerateSkipFirst = false;
    ModifierOnlyKeyTimeout = 250;
  };
}
Declared
<home-manager/modules/i18n/input-method/fcitx5.nix>