1
1
mirror of https://github.com/divnix/digga.git synced 2024-09-11 15:15:24 +03:00
digga/local/locale.nix
2020-01-03 22:06:31 -07:00

5 lines
87 B
Nix

{ ... }: {
i18n.defaultLocale = "en_US.UTF-8";
time.timeZone = "America/Denver";
}