mirror of
https://github.com/ParkerTenBroeck/dotfiles.git
synced 2026-06-07 05:08:51 -04:00
9 lines
176 B
Nix
9 lines
176 B
Nix
{ lib, ...}: {
|
|
time.timeZone = "America/Toronto";
|
|
i18n.defaultLocale = "en_CA.UTF-8";
|
|
|
|
services.xserver.xkb = lib.mkDefault {
|
|
layout = "us";
|
|
variant = "";
|
|
};
|
|
}
|