Move to fcitx
This commit is contained in:
parent
b8e1b46b5c
commit
71e34c0a53
|
@ -67,9 +67,14 @@
|
||||||
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
||||||
|
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
i18n.defaultLocale = "en_US.UTF-8";
|
i18n.inputMethod = {
|
||||||
i18n.inputMethod.enabled = "ibus";
|
enabled = "fcitx5";
|
||||||
i18n.inputMethod.ibus.engines = (with pkgs.ibus-engines; [ bamboo mozc libpinyin ]);
|
fcitx5.addons = with pkgs; [
|
||||||
|
fcitx5-mozc
|
||||||
|
fcitx5-unikey
|
||||||
|
fcitx5-gtk
|
||||||
|
];
|
||||||
|
};
|
||||||
console = {
|
console = {
|
||||||
# font = "ter-v32n";
|
# font = "ter-v32n";
|
||||||
keyMap = "jp106";
|
keyMap = "jp106";
|
||||||
|
@ -163,11 +168,6 @@
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
# Input method overrides
|
|
||||||
GTK_IM_MODULE = "ibus";
|
|
||||||
QT_IM_MODULE = "ibus";
|
|
||||||
"XMODIFIERS=@im" = "ibus";
|
|
||||||
|
|
||||||
# Basic editor setup
|
# Basic editor setup
|
||||||
EDITOR = "kak";
|
EDITOR = "kak";
|
||||||
VISUAL = "kak";
|
VISUAL = "kak";
|
||||||
|
|
Loading…
Reference in a new issue