diff options
| author | Dominik Kaiser | 2025-02-21 12:08:28 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-02-21 12:08:28 +0100 |
| commit | f399d9ad109068c9b9a5059e445d6276d666da7d (patch) | |
| tree | 4224a1cb8adad098161d8536cad7fec1aa50fd12 /hosts/common/global/locale.nix | |
| parent | 5a29538e79f6a8b0d57e23fc930ef6e8e1acaa7c (diff) | |
| download | nixos-f399d9ad109068c9b9a5059e445d6276d666da7d.tar.gz nixos-f399d9ad109068c9b9a5059e445d6276d666da7d.zip | |
Modularize keyboard settings
Diffstat (limited to 'hosts/common/global/locale.nix')
| -rw-r--r-- | hosts/common/global/locale.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common/global/locale.nix b/hosts/common/global/locale.nix index 7bc53c2..6c60bfc 100644 --- a/hosts/common/global/locale.nix +++ b/hosts/common/global/locale.nix @@ -2,7 +2,7 @@ { time.timeZone = lib.mkDefault "Europe/Berlin"; i18n = { - defaultLocale = lib.mkDefault "en_US.UTF-8"; + defaultLocale = lib.mkDefault "en_IE.UTF-8"; extraLocaleSettings = { LC_ADDRESS = lib.mkDefault "en_IE.UTF-8"; LC_IDENTIFICATION = lib.mkDefault "en_IE.UTF-8"; |
