9 lines
182 B
Nix
9 lines
182 B
Nix
|
{
|
||
|
services.xserver = {
|
||
|
layout = "de,us";
|
||
|
xkbVariant = ",cmk_ed_dh";
|
||
|
xkbModel = ",pc105awide";
|
||
|
xkbOptions = ",misc:extend,lv5:caps_switch_lock,compose:menu";
|
||
|
};
|
||
|
}
|