add input method to thinkpad
This commit is contained in:
parent
aa8277959d
commit
64955d8ec0
2 changed files with 15 additions and 2 deletions
|
|
@ -157,6 +157,15 @@ in
|
|||
options = "";
|
||||
};
|
||||
|
||||
# Input method configuration
|
||||
i18n.inputMethod = {
|
||||
enabled = "ibus";
|
||||
ibus.engines = with pkgs.ibus-engines; [
|
||||
libpinyin # Chinese Simplified Pinyin
|
||||
mozc # Japanese (Romaji)
|
||||
];
|
||||
};
|
||||
|
||||
# Exclude unwanted GNOME default packages
|
||||
environment.gnome.excludePackages = with pkgs; [
|
||||
gnome-tour
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue