wayland.windowManager.sway.config.input

An attribute set that defines input modules. See sway-input(5) for options.

Type
attribute set of attribute set of string
Default
{ }
Example
{
  "*" = {
    xkb_variant = "dvorak";
  };
}
Declared
<home-manager/modules/services/window-managers/i3-sway/sway.nix>