infrastructure/hosts/neodymium/system/i18n/default.nix
2023-12-15 16:18:36 +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";
}