nixdots/system/shared/localisation.nix

5 lines
70 B
Nix
Raw Normal View History

2024-03-21 20:47:25 +00:00
_: {
time.timeZone = "CET";
i18n.defaultLocale = "en_US.UTF-8";
}