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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user