summaryrefslogtreecommitdiff
path: root/systems/odino/locales.nix
diff options
context:
space:
mode:
Diffstat (limited to 'systems/odino/locales.nix')
-rw-r--r--systems/odino/locales.nix20
1 files changed, 20 insertions, 0 deletions
diff --git a/systems/odino/locales.nix b/systems/odino/locales.nix
new file mode 100644
index 0000000..2d2363d
--- /dev/null
+++ b/systems/odino/locales.nix
@@ -0,0 +1,20 @@
+{...}: {
+ time.timeZone = "Europe/Rome";
+ console.keyMap = "it";
+
+ i18n = {
+ defaultLocale = "en_US.UTF-8";
+
+ extraLocaleSettings = {
+ LC_ADDRESS = "it_IT.UTF-8";
+ LC_IDENTIFICATION = "it_IT.UTF-8";
+ LC_MEASUREMENT = "it_IT.UTF-8";
+ LC_MONETARY = "it_IT.UTF-8";
+ LC_NAME = "it_IT.UTF-8";
+ LC_NUMERIC = "it_IT.UTF-8";
+ LC_PAPER = "it_IT.UTF-8";
+ LC_TELEPHONE = "it_IT.UTF-8";
+ LC_TIME = "it_IT.UTF-8";
+ };
+ };
+}