mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 19:49:45 +01:00
deploy: baf7659448
This commit is contained in:
parent
79f73d8218
commit
9460a49ba3
1 changed files with 10 additions and 18 deletions
|
@ -8360,7 +8360,7 @@ list of package</p>
|
||||||
</dd>
|
</dd>
|
||||||
<dt>
|
<dt>
|
||||||
<span class="term">
|
<span class="term">
|
||||||
<a id="opt-i18n.inputMethod.kime.config"></a><a class="term" href="options.xhtml#opt-i18n.inputMethod.kime.config"><code class="option">i18n.inputMethod.kime.config</code>
|
<a id="opt-i18n.inputMethod.kime.extraConfig"></a><a class="term" href="options.xhtml#opt-i18n.inputMethod.kime.extraConfig"><code class="option">i18n.inputMethod.kime.extraConfig</code>
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
</dt>
|
</dt>
|
||||||
|
@ -8370,26 +8370,18 @@ list of package</p>
|
||||||
for details on supported values.</p>
|
for details on supported values.</p>
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Type:</em></span>
|
<p><span class="emphasis"><em>Type:</em></span>
|
||||||
YAML value</p>
|
strings concatenated with “\n”</p>
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Default:</em></span>
|
<p><span class="emphasis"><em>Default:</em></span>
|
||||||
<code class="literal">{ }</code></p>
|
<code class="literal">""</code></p>
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">daemon:
|
||||||
daemon = {
|
modules: [Xim,Indicator]
|
||||||
modules = ["Xim" "Indicator"];
|
indicator:
|
||||||
};
|
icon_color: White
|
||||||
|
engine:
|
||||||
indicator = {
|
hangul:
|
||||||
icon_color = "White";
|
layout: dubeolsik
|
||||||
};
|
|
||||||
|
|
||||||
engine = {
|
|
||||||
hangul = {
|
|
||||||
layout = "dubeolsik";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue