devos/local/locale.nix

5 lines
87 B
Nix
Raw Normal View History

2020-01-04 06:06:31 +01:00
{ ... }: {
i18n.defaultLocale = "en_US.UTF-8";
time.timeZone = "America/Denver";
}