infrastructure/hosts/silicium/system/i18n/default.nix

11 lines
190 B
Nix
Raw Normal View History

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