nixos/modules/services/x11/xserver.nix: fix minor typo

This commit is contained in:
Peter Simons 2016-03-18 10:25:37 +01:00
parent 83ba008914
commit de11380679

View File

@ -160,7 +160,7 @@ in
[ ''' [ '''
Identifier "Trackpoint Wheel Emulation" Identifier "Trackpoint Wheel Emulation"
MatchProduct "ThinkPad USB Keyboard with TrackPoint" MatchProduct "ThinkPad USB Keyboard with TrackPoint"
Option "EmulateWheel" "true Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2" Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false" Option "Emulate3Buttons" "false"
''' '''