6 lines
139 B
Nix
6 lines
139 B
Nix
{ config, ... }:
|
|
{
|
|
time.timeZone = "Europe/Paris";
|
|
# English locale with YYY/MM/DD date format
|
|
i18n.defaultLocale = "en_DK.UTF-8";
|
|
}
|