nix-dotfiles/modules/timezone.nix
2025-03-28 00:47:30 -06:00

6 lines
91 B
Nix

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