nixos/modules/crans/locale.nix

8 lines
111 B
Nix

{ ... }:
{
i18n.defaultLocale = "en_US.UTF-8";
console.keyMap = "fr";
time.timeZone = "Europe/Paris";
}