From 2fb127428677b9819a9e49c9784fa44c61351191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 29 Jul 2022 21:30:28 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20re-enable=20all=20locales=20?= =?UTF-8?q?=F0=9F=98=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/configs/default.nix b/configs/default.nix index 5d9d8be..03cdec2 100644 --- a/configs/default.nix +++ b/configs/default.nix @@ -148,7 +148,12 @@ in { yta = "${pkgs.yt-dlp}/bin/yt-dlp --add-metadata -xic"; # Download with audio }; } - {i18n.defaultLocale = "en_DK.UTF-8";} + { + i18n = { + defaultLocale = "en_DK.UTF-8"; + supportedLocales = ["all"]; + }; + } { services.xserver = { enable = true;