An attribute set that assigns hotkeys to commands.
attribute set of (null or string or path)
{ }
{ "super + shift + {r,c}" = "i3-msg {restart,reload}"; "super + {s,w}" = "i3-msg {stacking,tabbed}"; "super + F1" = pkgs.writeShellScript "script" "echo $USER"; }