From 7afbd98bd01a11105e109d489c823f7734a87dfc Mon Sep 17 00:00:00 2001 From: genofire Date: Thu, 15 Jun 2023 02:23:09 +0200 Subject: [PATCH] fix: i18n in US --- nixos/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/default.nix b/nixos/default.nix index a3c76b8..6b3dd8f 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -35,6 +35,10 @@ in time.timeZone = "Europe/Berlin"; i18n.defaultLocale = "en_IE.UTF-8"; + i18n.supportedLocales = [ + "en_US.UTF-8/UTF-8" + "en_IE.UTF-8/UTF-8" + ]; console = { font = "Lat2-Terminus16"; keyMap = "de";