mirror of
https://github.com/0x1d/nix.git
synced 2025-12-14 22:02:25 +01:00
7 lines
118 B
Nix
7 lines
118 B
Nix
{ pkgs, ... }: {
|
|
|
|
time.timeZone = "Europe/Zurich";
|
|
i18n.defaultLocale = "en_US.UTF-8";
|
|
console.keyMap = "sg";
|
|
}
|