diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index eb59d82..29213dc 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -200,15 +200,8 @@ in i18n.defaultLocale = "en_US.UTF-8"; i18n.extraLocaleSettings = { -# LC_ADDRESS = "ru_RU.UTF-8"; -# LC_IDENTIFICATION = "ru_RU.UTF-8"; -# LC_MEASUREMENT = "ru_RU.UTF-8"; -# LC_MONETARY = "ru_RU.UTF-8"; -# LC_NAME = "ru_RU.UTF-8"; -# LC_NUMERIC = "ru_RU.UTF-8"; -# LC_PAPER = "ru_RU.UTF-8"; -# LC_TELEPHONE = "ru_RU.UTF-8"; - LC_TIME = "ru_RU.UTF-8"; + LC_MEASUREMENTS = "en_DK.UTF-8"; + LC_TIME = "en_DK.UTF-8"; }; # Enable the X11 windowing system.