calamares-cd: default supporting all locales

This commit is contained in:
Victor Fuentes 2022-07-30 18:59:52 -07:00
parent 40ade45200
commit f4e541427e
No known key found for this signature in database
GPG key ID: 0A88B68D6A9ACAE0

View file

@ -16,5 +16,10 @@ in
calamares-nixos-extensions
# Needed for calamares QML module packagechooserq
libsForQt5.full
# Get list of locales
glibcLocales
];
# Support choosing from any locale
i18n.supportedLocales = [ "all" ];
}