1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

Whoops, actually use the mtrack fork

svn path=/nixos/trunk/; revision=33285
This commit is contained in:
Shea Levy 2012-03-20 01:56:39 +00:00
parent 724b5abe42
commit 6435207dd1

View file

@ -20,7 +20,7 @@ with pkgs.lib;
config = mkIf config.services.xserver.multitouch.enable {
services.xserver.modules = [ pkgs.xf86_input_multitouch ];
services.xserver.modules = [ pkgs.xf86_input_mtrack ];
services.xserver.config =
''