aboutsummaryrefslogtreecommitdiff
path: root/nixos/.flake/system/locale.nix
blob: 320604ab19ffdc9cbff775a536502b62e5e011b2 (plain)
1
2
3
4
5
6
{ config, lib, pkgs, ... }:

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