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

@ -2,9 +2,9 @@
{
imports = [
./font
./locale
./minimal
./nix
./security
./timezone
];
}

View file

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

View file

@ -1,4 +0,0 @@
{ ... }:
{
time.timeZone = "America/Toronto";
}