services.input-remapper.serviceWantedBy

NixOS option

Specifies the WantedBy setting for the input-remapper service.

type: list of string
Default
[
  "graphical.target"
]
Example
[
  "multi-user.target"
]
declared in: nixos/modules/services/misc/input-remapper.nixView source on NixOS/nixpkgs →