nanuqsaurus/modules/system/locale.nix

9 lines
105 B
Nix
Raw Permalink Normal View History

{ ... }:
{
2026-02-09 18:39:21 +01:00
# time.timeZone = "UTC";
i18n.defaultLocale = "en_US.UTF-8";
console.keyMap = "us";
}