diff --git a/index.html b/index.html index 98c194211..173838be1 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf?+
ca.desrt.dconf?This manual will eventually describes how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index d390d57f9..e485e9874 100644 --- a/options.html +++ b/options.html @@ -1292,6 +1292,84 @@ undefined for state version ≥ 20.09 "jane.doe"
Declared by:
<home-manager/modules/home-environment.nix>
+ |
i18n.inputMethod.enabledSelect the enabled input method. Input methods is a software to input +symbols that are not available on standard input devices. +
+Input methods are specially used to input Chinese, Japanese and Korean +characters. +
+Currently the following input methods are available in Home Manager: + +
fcitx
+ A customizable lightweight input method
+ extra input engines can be added using
+ i18n.inputMethod.fcitx.engines.
+
fcitx5
+ The next generation of fcitx,
+ addons (including engines, dictionaries, skins) can be added using
+ i18n.inputMethod.fcitx5.addons.
+
nabi+ A Korean input method based on XIM. Nabi doesn't support Qt 5. +
uim+ The universal input method, is a library with a XIM bridge. + uim mainly support Chinese, Japanese and Korean. +
himeAn extremely easy-to-use input method framework.
kimeA Korean IME.
+
Type: null or one of "fcitx", "fcitx5", "nabi", "uim", "hime", "kime"
Default:
+ null
+
Example:
+ "fcitx"
+
Declared by:
+ <home-manager/modules/i18n/input-method/default.nix>
+ |
i18n.inputMethod.fcitx.enginesEnabled Fcitx engines. Available engines are: anthy, chewing, cloudpinyin, hangul, libpinyin, m17n, mozc, rime, skk, table-extra, table-other, unikey.
Type: list of packages
Default:
+
+ [
+
+ ]
+
+
Example:
with pkgs.fcitx-engines; [ mozc hangul ]
Declared by:
+ <home-manager/modules/i18n/input-method/fcitx.nix>
+ |
i18n.inputMethod.fcitx5.addonsEnabled Fcitx5 addons. +
Type: list of packages
Default:
+
+ [
+
+ ]
+
+
Example:
with pkgs; [ fcitx5-rime ]
Declared by:
+ <home-manager/modules/i18n/input-method/fcitx5.nix>
+ |
i18n.inputMethod.kime.configkime configuration. Refer to +https://github.com/Riey/kime/blob/develop/docs/CONFIGURATION.md +for details on supported values. +
Type: YAML value
Default:
+
+ {
+
+ }
+
+
Example:
{
+ daemon = {
+ modules = ["Xim" "Indicator"];
+ };
+
+ indicator = {
+ icon_color = "White";
+ };
+
+ engine = {
+ hangul = {
+ layout = "dubeolsik";
+ };
+ };
+}
+Declared by:
+ <home-manager/modules/i18n/input-method/kime.nix>
+ |
i18n.inputMethod.uim.toolbarSelected UIM toolbar. +
Type: one of "gtk", "gtk3", "gtk-systray", "gtk3-systray", "qt4"
Default:
+ "gtk"
+
Example:
+ "gtk-systray"
+
Declared by:
+ <home-manager/modules/i18n/input-method/uim.nix>
|
libThis option allows modules to define helper functions, constants, etc.
Type: attribute set of attribute sets
Default: home-manager
+ home-manager
— reconfigure a user environment
This command updates the user environment so that it corresponds to the
configuration specified in
@@ -147,7 +147,7 @@
available for immediate garbage collection.
-
The tool accepts the options
Activates verbose output.
-
diff --git a/tools.html b/tools.html
index 18a2a4592..45cf60f16 100644
--- a/tools.html
+++ b/tools.html
@@ -1,6 +1,6 @@
-Name
Name
Synopsis
home-manager {
build
|
@@ -78,7 +78,7 @@
|
--verbose
}
- ]Description
~/.config/nixpkgs/home.nix or ~/.config/nixpkgs/flake.nix.
Options
-A
@@ -246,15 +246,15 @@
attrPath--verbose