feat: adds fonts for japanese

This commit is contained in:
Ahwx 2025-01-14 07:56:54 +01:00
parent d536a902dd
commit bca70b87d2

View file

@ -36,11 +36,19 @@
# powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
time.timeZone = "Europe/Amsterdam";
i18n.defaultLocale = "en_US.UTF-8";
i18n.supportedLocales = [
"en_US.UTF-8/UTF-8"
"ja_JP.UTF-8/UTF-8"
];
# Font packages
environment.systemPackages = with pkgs; [
noto-fonts-cjk-sans
noto-fonts-cjk-serif
ipaexfont
];
time.timeZone = "Europe/Amsterdam";
system.stateVersion = "24.05";
}