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

feat(locale): use en_DK, which uses ISO date

This commit is contained in:
2022-01-14 17:27:39 +01:00
parent 83837932af
commit 5bbb01d275

View File

@@ -136,7 +136,7 @@ in {
"${pkgs.youtube-dl}/bin/youtube-dl --add-metadata -xic"; # Download with audio
};
}
{ i18n.defaultLocale = "en_GB.UTF-8"; }
{ i18n.defaultLocale = "en_DK.UTF-8"; }
{
services.xserver = {
enable = true;