mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
multitouch: Use the right package name
svn path=/nixos/trunk/; revision=28375
This commit is contained in:
parent
b17bb81765
commit
843ccae5d5
@ -20,7 +20,7 @@ with pkgs.lib;
|
||||
|
||||
config = mkIf config.services.xserver.multitouch.enable {
|
||||
|
||||
services.xserver.modules = [ pkgs.xorg.xf86_input_multitouch ];
|
||||
services.xserver.modules = [ pkgs.xf86_input_multitouch ];
|
||||
|
||||
services.xserver.config =
|
||||
''
|
||||
|
Loading…
Reference in New Issue
Block a user