9 lines
157 B
Nix
Raw Normal View History

2024-07-18 13:48:49 +02:00
{ lib, config, pkgs, ... }:
{
config = {
time.timeZone = "Europe/Amsterdam";
i18n.defaultLocale = "en_US.UTF-8";
console.keyMap = "us";
};
}