nichts/modules/system/hardware/keyboard.mod.nix

10 lines
154 B
Nix
Raw Permalink Normal View History

2024-07-30 19:24:53 +02:00
{
services.xserver = {
2024-08-17 11:50:52 +02:00
xkb = {
layout = "de, us";
variant = "colemak_dh_wide";
options = "grp:rctrl_rshift_toggle";
};
2024-07-30 19:24:53 +02:00
};
}