diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-30 21:59:43 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-30 21:59:43 +0000 |
| commit | 893ea11e1dc05fe1a2a34e66d4ebcfdffda34720 (patch) | |
| tree | ef454e299f49cbb58e1b9fbafd0b759b4379ac2a /modules/common/i18n | |
| parent | added .lock to ignorelist (diff) | |
huge restructure of modules
Diffstat (limited to 'modules/common/i18n')
| -rw-r--r-- | modules/common/i18n/default.nix | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/modules/common/i18n/default.nix b/modules/common/i18n/default.nix deleted file mode 100644 index 786332c..0000000 --- a/modules/common/i18n/default.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ config, ... }: - -# Locale generation -{ - i18n = { - defaultLocale = "en_US.UTF-8"; - - extraLocaleSettings = { - LC_ADDRESS = "el_GR.UTF-8"; - LC_IDENTIFICATION = "el_GR.UTF-8"; - LC_MEASUREMENT = "el_GR.UTF-8"; - LC_MONETARY = "el_GR.UTF-8"; - LC_NAME = "el_GR.UTF-8"; - LC_NUMERIC = "el_GR.UTF-8"; - LC_PAPER = "el_GR.UTF-8"; - LC_TELEPHONE = "el_GR.UTF-8"; - LC_TIME = "el_GR.UTF-8"; - }; - }; -} |
