Update the locale
This commit is contained in:
parent
1ca7770cf8
commit
9a5ec5fad3
3 changed files with 7 additions and 5 deletions
|
@ -2,9 +2,9 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./font
|
./font
|
||||||
|
./locale
|
||||||
./minimal
|
./minimal
|
||||||
./nix
|
./nix
|
||||||
./security
|
./security
|
||||||
./timezone
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
6
modules/system/settings/locale/default.nix
Normal file
6
modules/system/settings/locale/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
console.keyMap = "us";
|
||||||
|
i18n.defaultLocale = "en_CA.UTF-8";
|
||||||
|
time.timeZone = "America/Toronto";
|
||||||
|
}
|
|
@ -1,4 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
{
|
|
||||||
time.timeZone = "America/Toronto";
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue