9 lines
114 B
Nix
9 lines
114 B
Nix
{
|
|
time.timeZone = "Europe/Paris";
|
|
|
|
services.xserver.xkb = {
|
|
layout = "fr";
|
|
variant = "azerty";
|
|
};
|
|
}
|