Update locale.nix

This commit is contained in:
ediblerope 2026-02-05 12:14:27 +00:00 committed by GitHub
parent 17d21d8e81
commit d91f0a8ad6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,8 @@
{
# Set your time zone.
time.timeZone = "Europe/London";
#time.timeZone = "Europe/London";
services.automatic-timezoned.enable = true;
# Select internationalisation properties.
i18n.defaultLocale = "en_GB.UTF-8";