nixos/profiles/common/locale.nix
2025-09-25 23:28:10 +02:00

7 lines
111 B
Nix

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