nix/nixos/includes/system/locales.nix
2023-09-02 15:51:02 +02:00

6 lines
139 B
Nix

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