dotfiles/nixos/flake/system/locale.nix.org
2025-03-05 22:17:31 -06:00

268 B

Locale Setup

My timezone is Winnipeg, and I use Canadian English.

  { config, lib, pkgs, ... }:

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