summaryrefslogtreecommitdiffstats
path: root/nixos/modules/hardware/uinput.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/uinput.nix')
-rw-r--r--nixos/modules/hardware/uinput.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/uinput.nix b/nixos/modules/hardware/uinput.nix
index 15fa66b8d83c..55e86bfa6bdb 100644
--- a/nixos/modules/hardware/uinput.nix
+++ b/nixos/modules/hardware/uinput.nix
@@ -4,7 +4,7 @@ let
cfg = config.hardware.uinput;
in {
options.hardware.uinput = {
- enable = lib.mkEnableOption (lib.mdDoc "uinput support");
+ enable = lib.mkEnableOption "uinput support";
};
config = lib.mkIf cfg.enable {