summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-03-18 10:25:37 +0100
committerPeter Simons <simons@cryp.to>2016-03-18 11:02:01 +0100
commitde1138067938fa3f1bd4cd759ba9a3940bb4c9b6 (patch)
treeac5db52a1bdf0d2e2d6715ad22e9d1e6ee419bbc /nixos
parent83ba008914c2512ffa34c9b10fa89daed3860044 (diff)
downloadnixpkgs-de1138067938fa3f1bd4cd759ba9a3940bb4c9b6.tar
nixpkgs-de1138067938fa3f1bd4cd759ba9a3940bb4c9b6.tar.gz
nixpkgs-de1138067938fa3f1bd4cd759ba9a3940bb4c9b6.tar.bz2
nixpkgs-de1138067938fa3f1bd4cd759ba9a3940bb4c9b6.tar.lz
nixpkgs-de1138067938fa3f1bd4cd759ba9a3940bb4c9b6.tar.xz
nixpkgs-de1138067938fa3f1bd4cd759ba9a3940bb4c9b6.tar.zst
nixpkgs-de1138067938fa3f1bd4cd759ba9a3940bb4c9b6.zip
nixos/modules/services/x11/xserver.nix: fix minor typo
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/xserver.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/xserver.nix b/nixos/modules/services/x11/xserver.nix
index cfe5e7f960c..abbe00cc888 100644
--- a/nixos/modules/services/x11/xserver.nix
+++ b/nixos/modules/services/x11/xserver.nix
@@ -160,7 +160,7 @@ in
           [ '''
               Identifier      "Trackpoint Wheel Emulation"
               MatchProduct    "ThinkPad USB Keyboard with TrackPoint"
-              Option          "EmulateWheel"          "true
+              Option          "EmulateWheel"          "true"
               Option          "EmulateWheelButton"    "2"
               Option          "Emulate3Buttons"       "false"
             '''