Add japanese input and khmer font
This commit is contained in:
parent
ad4748033e
commit
43248770eb
1 changed files with 11 additions and 0 deletions
|
|
@ -13,11 +13,22 @@
|
|||
variant = "dvorak";
|
||||
};
|
||||
|
||||
# enable japanese input
|
||||
i18n.inputMethod = {
|
||||
enable = true;
|
||||
type = "ibus";
|
||||
ibus.engines = with pkgs.ibus-engines; [
|
||||
# mozc
|
||||
mozc-ut
|
||||
];
|
||||
};
|
||||
|
||||
# Fonts
|
||||
fonts = {
|
||||
enableDefaultPackages = true;
|
||||
|
||||
packages = with pkgs; [
|
||||
khmeros
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-cjk-serif
|
||||
nerd-fonts.lilex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue