1
1
mirror of https://github.com/divnix/digga.git synced 2024-11-24 13:12:19 +03:00
digga/local/locale.nix
2019-12-13 22:00:11 -07:00

6 lines
87 B
Nix

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