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