starting system package explosion

This commit is contained in:
2025-08-31 13:05:46 -06:00
parent 576a13ea8f
commit 23e168431d
9 changed files with 185 additions and 26 deletions

View File

@@ -0,0 +1,16 @@
{config, pkgs, locale, ...}:
{
i18n = {
defaultLocale = "${locale}";
LC_ADRESS = "${locale}";
LC_IDENTIFICATION = "${locale}";
LC_MEASUREMENT = "${locale}";
LC_MONETARY = "${locale}";
LC_NAME = "${locale}";
LC_NUMERIC = "${locale}";
LC_PAPER = "${locale}";
LC_TELEPHONE = "${locale}";
LC_TIME = "${locale}";
};
}