mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
multitouch: Use the right package name
svn path=/nixos/trunk/; revision=28375
This commit is contained in:
parent
b17bb81765
commit
843ccae5d5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue