all repos — char/flake @ 5756068a8eec9b8bf2178c876eb1d653dd691257

nixos flake

profiles/common/locale.nix (view raw)

 1{ ... }: {
 2  i18n.defaultLocale = "en_US.UTF-8";
 3  i18n.extraLocaleSettings = {
 4    LC_ADDRESS = "en_GB.UTF-8";
 5    LC_IDENTIFICATION = "en_GB.UTF-8";
 6    LC_MEASUREMENT = "en_GB.UTF-8";
 7    LC_MONETARY = "en_GB.UTF-8";
 8    LC_NAME = "en_GB.UTF-8";
 9    LC_NUMERIC = "en_GB.UTF-8";
10    LC_PAPER = "en_GB.UTF-8";
11    LC_TELEPHONE = "en_GB.UTF-8";
12    LC_TIME = "en_GB.UTF-8";
13  };
14}