Update NixOS config.
This commit is contained in:
parent
215a3e612d
commit
70c21161dd
1 changed files with 2 additions and 1 deletions
3
base.nix
3
base.nix
|
@ -56,7 +56,7 @@
|
||||||
i18n.inputMethod = {
|
i18n.inputMethod = {
|
||||||
enable = true;
|
enable = true;
|
||||||
type = "ibus";
|
type = "ibus";
|
||||||
ibus.engines = with pkgs.ibus-engines; [ pinyin table-chinese];
|
ibus.engines = with pkgs.ibus-engines; [ libpinyin table-chinese];
|
||||||
};
|
};
|
||||||
|
|
||||||
# doesn't work
|
# doesn't work
|
||||||
|
@ -154,6 +154,7 @@ i18n.inputMethod = {
|
||||||
|
|
||||||
ibus
|
ibus
|
||||||
ibus-with-plugins
|
ibus-with-plugins
|
||||||
|
libchewing
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue