Update the locale

This commit is contained in:
Bun 2025-03-13 20:39:02 -04:00
parent 1ca7770cf8
commit 9a5ec5fad3
3 changed files with 7 additions and 5 deletions

View file

@ -0,0 +1,6 @@
{ ... }:
{
console.keyMap = "us";
i18n.defaultLocale = "en_CA.UTF-8";
time.timeZone = "America/Toronto";
}