mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/input-remapper: fix documentation link formatting
This commit is contained in:
parent
28b67e4c43
commit
6e62a2703a
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ in
|
|||
services.input-remapper = {
|
||||
enable = lib.mkEnableOption "input-remapper, an easy to use tool to change the mapping of your input device buttons";
|
||||
package = lib.mkPackageOption pkgs "input-remapper" { };
|
||||
enableUdevRules = lib.mkEnableOption "udev rules added by input-remapper to handle hotplugged devices. Currently disabled by default due to https://github.com/sezanzeb/input-remapper/issues/140";
|
||||
enableUdevRules = lib.mkEnableOption "udev rules added by input-remapper to handle hotplugged devices. Currently disabled by default due to <https://github.com/sezanzeb/input-remapper/issues/140>";
|
||||
serviceWantedBy = lib.mkOption {
|
||||
default = [ "graphical.target" ];
|
||||
example = [ "multi-user.target" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue