diff options
| author | Leonardo <noreply@leoflo.me> | 2026-03-11 16:34:05 +0100 |
|---|---|---|
| committer | Leonardo <noreply@leoflo.me> | 2026-03-11 16:34:05 +0100 |
| commit | afc597e552facff6c0103657d315775902709841 (patch) | |
| tree | 75e411a8f5c57491b03f6057776df29ec3594487 /systems/afrodite/locales.nix | |
| parent | a7f0310e52a6d7dcfa0d11b7b3e683903ca41cd9 (diff) | |
| download | nixos-afc597e552facff6c0103657d315775902709841.tar.gz nixos-afc597e552facff6c0103657d315775902709841.zip | |
gerarchia modificata (sono pazzo)
Diffstat (limited to 'systems/afrodite/locales.nix')
| -rw-r--r-- | systems/afrodite/locales.nix | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/systems/afrodite/locales.nix b/systems/afrodite/locales.nix new file mode 100644 index 0000000..2d2363d --- /dev/null +++ b/systems/afrodite/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"; + }; + }; +} |
