nichts/modules/system/keyboard.nix

9 lines
188 B
Nix
Raw Normal View History

2024-07-30 19:24:53 +02:00
{
services.xserver = {
layout = "de,us";
2024-08-05 16:22:19 +02:00
# xkbVariant = ",cmk_ed_dh";
# xkbModel = ",pc105awide";
# xkbOptions = ",misc:extend,lv5:caps_switch_lock,compose:menu";
2024-07-30 19:24:53 +02:00
};
}