about summary refs log tree commit diff
path: root/nixos/modules/services/x11/touchegg.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/x11/touchegg.nix')
-rw-r--r--nixos/modules/services/x11/touchegg.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/touchegg.nix b/nixos/modules/services/x11/touchegg.nix
index 54918245f1569..660ec0b8f706f 100644
--- a/nixos/modules/services/x11/touchegg.nix
+++ b/nixos/modules/services/x11/touchegg.nix
@@ -11,7 +11,7 @@ in {
 
   ###### interface
   options.services.touchegg = {
-    enable = mkEnableOption (lib.mdDoc "touchegg, a multi-touch gesture recognizer");
+    enable = mkEnableOption "touchegg, a multi-touch gesture recognizer";
 
     package = mkPackageOption pkgs "touchegg" { };
   };