profiles/graphical.nix: enable libinput over synaptics

This commit is contained in:
Graham Christensen 2017-08-30 20:25:11 -04:00
parent af51aa79d2
commit 1b68193167
No known key found for this signature in database
GPG Key ID: 06121D366FE9435C

View File

@ -8,7 +8,7 @@
enable = true;
displayManager.sddm.enable = true;
desktopManager.plasma5.enable = true;
synaptics.enable = true; # for touchpad support on many laptops
libinput.enable = true; # for touchpad support on many laptops
};
environment.systemPackages = [ pkgs.glxinfo ];