server/nixos/locale.nix

10 lines
153 B
Nix
Raw Normal View History

2022-08-06 20:31:18 +00:00
{ ... }:
{
time.timeZone = "Europe/Paris";
i18n.defaultLocale = "fr_FR.UTF-8";
console = {
font = "Lat2-Terminus16";
keyMap = "fr";
};
}