mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 08:31:03 +01:00
deploy: 1d0e13904b
This commit is contained in:
parent
cfcdefaf6f
commit
d2edf8e5e1
1 changed files with 61 additions and 7 deletions
|
|
@ -9268,6 +9268,33 @@ absolute path</p>
|
|||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-i18n.inputMethod.enable"></a><a class="term" href="options.xhtml#opt-i18n.inputMethod.enable"><code class="option">i18n.inputMethod.enable</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Whether to enable an additional input method type.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
boolean</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">true</code> if the deprecated option <code class="literal">enabled</code> is set, false otherwise</p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span>
|
||||
<code class="literal">true</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/i18n/input-method/default.nix" target="_top">
|
||||
<home-manager/modules/i18n/input-method/default.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-i18n.inputMethod.enabled"></a><a class="term" href="options.xhtml#opt-i18n.inputMethod.enabled"><code class="option">i18n.inputMethod.enabled</code>
|
||||
|
|
@ -9275,13 +9302,7 @@ absolute path</p>
|
|||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Select the enabled input method. Input methods are software to input
|
||||
symbols that are not available on standard input devices.</p><p>Input methods are especially used to input Chinese, Japanese and
|
||||
Korean characters.</p><p>Currently the following input methods are available in Home Manager:</p><div class="variablelist"><dl class="variablelist"><dt><span class="term"><code class="literal">fcitx5</code></span></dt><dd><p>A customizable lightweight input method.
|
||||
The next generation of fcitx.
|
||||
Addons (including engines, dictionaries, skins) can be added using
|
||||
<a class="xref" href="options.xhtml#opt-i18n.inputMethod.fcitx5.addons" ><code class="option">i18n.inputMethod.fcitx5.addons</code></a>.</p></dd><dt><span class="term"><code class="literal">nabi</code></span></dt><dd><p>A Korean input method based on XIM. Nabi doesn’t support Qt 5.</p></dd><dt><span class="term"><code class="literal">uim</code></span></dt><dd><p>The “universal input method” is a library with an XIM bridge.
|
||||
uim mainly supports Chinese, Japanese and Korean.</p></dd><dt><span class="term"><code class="literal">hime</code></span></dt><dd><p>An extremely easy-to-use input method framework.</p></dd><dt><span class="term"><code class="literal">kime</code></span></dt><dd><p>A Korean IME.</p></dd></dl></div>
|
||||
<p>Deprecated - use <code class="literal">type</code> and <code class="literal">enable = true</code> instead</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
null or one of “fcitx”, “fcitx5”, “nabi”, “uim”, “hime”, “kime”</p>
|
||||
|
|
@ -9540,6 +9561,39 @@ engine:
|
|||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-i18n.inputMethod.type"></a><a class="term" href="options.xhtml#opt-i18n.inputMethod.type"><code class="option">i18n.inputMethod.type</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Select the enabled input method. Input methods are software to input
|
||||
symbols that are not available on standard input devices.</p><p>Input methods are especially used to input Chinese, Japanese and
|
||||
Korean characters.</p><p>Currently the following input methods are available in Home Manager:</p><div class="variablelist"><dl class="variablelist"><dt><span class="term"><code class="literal">fcitx5</code></span></dt><dd><p>A customizable lightweight input method.
|
||||
The next generation of fcitx.
|
||||
Addons (including engines, dictionaries, skins) can be added using
|
||||
<a class="xref" href="options.xhtml#opt-i18n.inputMethod.fcitx5.addons" ><code class="option">i18n.inputMethod.fcitx5.addons</code></a>.</p></dd><dt><span class="term"><code class="literal">nabi</code></span></dt><dd><p>A Korean input method based on XIM. Nabi doesn’t support Qt 5.</p></dd><dt><span class="term"><code class="literal">uim</code></span></dt><dd><p>The “universal input method” is a library with an XIM bridge.
|
||||
uim mainly supports Chinese, Japanese and Korean.</p></dd><dt><span class="term"><code class="literal">hime</code></span></dt><dd><p>An extremely easy-to-use input method framework.</p></dd><dt><span class="term"><code class="literal">kime</code></span></dt><dd><p>A Korean IME.</p></dd></dl></div>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
null or one of “fcitx”, “fcitx5”, “nabi”, “uim”, “hime”, “kime”</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
The value of the deprecated option <code class="literal">enabled</code>, defaulting to null</p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span>
|
||||
<code class="literal">"fcitx5"</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/i18n/input-method/default.nix" target="_top">
|
||||
<home-manager/modules/i18n/input-method/default.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-i18n.inputMethod.uim.toolbar"></a><a class="term" href="options.xhtml#opt-i18n.inputMethod.uim.toolbar"><code class="option">i18n.inputMethod.uim.toolbar</code>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue