1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-18 05:31:30 +03:00
digga/local/locale.nix

5 lines
87 B
Nix
Raw Normal View History

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