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