mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +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>
|
||||
<dt>
|
||||
<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>
|
||||
</span>
|
||||
</dt>
|
||||
|
@ -8370,26 +8370,18 @@ list of package</p>
|
|||
for details on supported values.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
YAML value</p>
|
||||
strings concatenated with “\n”</p>
|
||||
|
||||
<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">{
|
||||
daemon = {
|
||||
modules = ["Xim" "Indicator"];
|
||||
};
|
||||
|
||||
indicator = {
|
||||
icon_color = "White";
|
||||
};
|
||||
|
||||
engine = {
|
||||
hangul = {
|
||||
layout = "dubeolsik";
|
||||
};
|
||||
};
|
||||
}
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">daemon:
|
||||
modules: [Xim,Indicator]
|
||||
indicator:
|
||||
icon_color: White
|
||||
engine:
|
||||
hangul:
|
||||
layout: dubeolsik
|
||||
|
||||
</code></pre>
|
||||
|
||||
|
|
Loading…
Reference in a new issue