services.interception-tools.udevmonConfig
String of udevmon YAML configuration, or path to a udevmon YAML configuration file.
- Type
string or absolute path- Default
'' - JOB: "intercept -g $DEVNODE | caps2esc | uinput -d $DEVNODE" DEVICE: EVENTS: EV_KEY: [KEY_CAPSLOCK, KEY_ESC] ''- Example
'' - JOB: "intercept -g $DEVNODE | y2z | x2y | uinput -d $DEVNODE" DEVICE: EVENTS: EV_KEY: [KEY_X, KEY_Y] ''- Declared
- <nixpkgs/nixos/modules/services/hardware/interception-tools.nix>