gnome3: enable X libinput by default

See https://bugzilla.gnome.org/show_bug.cgi?id=764257#c12
This commit is contained in:
Luca Bruno 2016-07-14 22:05:15 +01:00
parent 6af0f57f91
commit 4b8c31d981

@ -122,6 +122,7 @@ in {
services.dbus.packages = mkIf config.services.printing.enable [ pkgs.system-config-printer ];
services.colord.enable = mkDefault true;
hardware.bluetooth.enable = mkDefault true;
services.xserver.libinput.enable = mkDefault true; # for controlling touchpad settings via gnome control center
fonts.fonts = [ pkgs.dejavu_fonts pkgs.cantarell_fonts ];