nix-config/modules/locale.nix

13 lines
173 B
Nix
Raw Permalink Normal View History

2025-01-14 01:29:24 +01:00
{
pkgs,
lib,
...
}: {
# Set your time zone.
time.timeZone = "Europe/Berlin";
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
}