starting system package explosion
This commit is contained in:
16
system/defaults/locale.nix
Normal file
16
system/defaults/locale.nix
Normal 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}";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user