nix-dotfiles/hosts/modules/timezone.nix
2025-06-30 21:21:44 -06:00

4 lines
87 B
Nix

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