summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/x11/hardware
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-29 17:29:37 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-29 17:39:31 +0100
commit0695b68c8c3411fdb1ab1bad3b94b19d7ed33f25 (patch)
treefe5af7d034bd295d8e65b0b2402c4a867f6e99a1 /nixos/modules/services/x11/hardware
parentbfaa6b73527340ffabe24b2073909247174033cb (diff)
Manual: Render multi-line strings properly
Diffstat (limited to 'nixos/modules/services/x11/hardware')
-rw-r--r--nixos/modules/services/x11/hardware/synaptics.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/hardware/synaptics.nix b/nixos/modules/services/x11/hardware/synaptics.nix
index d16142a5fdf3..5884e9aa31c8 100644
--- a/nixos/modules/services/x11/hardware/synaptics.nix
+++ b/nixos/modules/services/x11/hardware/synaptics.nix
@@ -74,7 +74,7 @@ let cfg = config.services.xserver.synaptics; in
example = ''
Option "RTCornerButton" "2"
Option "RBCornerButton" "3"
- '';
+ '';
description = ''
Additional options for synaptics touchpad driver.
'';