fix: remove default languages already set

This commit is contained in:
Jet Pham 2026-03-08 19:04:38 -07:00
parent 23b2ac9a33
commit 4ac1fd1489
No known key found for this signature in database

View file

@ -33,18 +33,6 @@
time.timeZone = "America/Los_Angeles"; time.timeZone = "America/Los_Angeles";
i18n.defaultLocale = "en_US.UTF-8"; i18n.defaultLocale = "en_US.UTF-8";
i18n.extraLocaleSettings = {
LC_ADDRESS = "en_US.UTF-8";
LC_IDENTIFICATION = "en_US.UTF-8";
LC_MEASUREMENT = "en_US.UTF-8";
LC_MONETARY = "en_US.UTF-8";
LC_NAME = "en_US.UTF-8";
LC_NUMERIC = "en_US.UTF-8";
LC_PAPER = "en_US.UTF-8";
LC_TELEPHONE = "en_US.UTF-8";
LC_TIME = "en_US.UTF-8";
};
services.xserver.enable = true; services.xserver.enable = true;
# Framework Laptop 13 AMD AI 300 Series specific configurations # Framework Laptop 13 AMD AI 300 Series specific configurations