infrastructure/hosts/silicon/system/i18n/default.nix
2024-01-12 17:02:47 +01:00

11 lines
190 B
Nix

{...}: {
# FRANCE 🇫🇷 🥖 🥐
time.timeZone = "Europe/Paris";
# azerty keyboard
console.keyMap = "fr";
# english ISO metric system
i18n.defaultLocale = "en_DK.UTF-8";
}