Add locale info

This commit is contained in:
Vili Sinervä 2024-09-16 17:00:28 +03:00
parent 5e7e5f8f63
commit 30122fbeeb
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -99,6 +99,19 @@
######################################## Localization ###########################################
i18n.defaultLocale = "en_US.UTF-8";
i18n.extraLocaleSettings = {
LC_ADDRESS = "fi_FI.UTF-8";
LC_IDENTIFICATION = "fi_FI.UTF-8";
LC_MEASUREMENT = "fi_FI.UTF-8";
LC_MONETARY = "fi_FI.UTF-8";
LC_NAME = "fi_FI.UTF-8";
LC_NUMERIC = "fi_FI.UTF-8";
LC_PAPER = "fi_FI.UTF-8";
LC_TELEPHONE = "fi_FI.UTF-8";
LC_TIME = "fi_FI.UTF-8";
};
services.xserver.xkb = {
layout = "us,";
variant = "de_se_fi,";