1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat: re-enable all locales 😠

This commit is contained in:
2022-07-29 21:30:28 +02:00
parent 2ecf9bd008
commit 2fb1274286

View File

@@ -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;