14 lines
196 B
Nix
14 lines
196 B
Nix
{ ... }:
|
|
|
|
{
|
|
i18n = {
|
|
defaultLocale = "en_GB.UTF-8";
|
|
extraLocaleSettings = {
|
|
LC_MONETARY = "de_DE.UTF-8";
|
|
};
|
|
};
|
|
console.keyMap = "de";
|
|
|
|
time.timeZone = "Europe/Berlin";
|
|
}
|