modules/locale: add locale module

This commit is contained in:
Infinidoge 2021-12-03 14:42:13 -05:00
parent 5e6e7d1648
commit c9835984c0
2 changed files with 22 additions and 7 deletions

View file

@ -1,7 +0,0 @@
{ ... }: {
i18n.defaultLocale = "en_US.UTF-8";
console.keyMap = "us";
services.xserver.layout = "us";
time.timeZone = "America/New_York";
}