Add japanese input and khmer font

This commit is contained in:
Alexander Wainwright 2025-08-23 22:10:04 +10:00
parent ad4748033e
commit 43248770eb

View file

@ -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