diff --git a/lenovo/thinkpad/x1-extreme/gen2/default.nix b/lenovo/thinkpad/x1-extreme/gen2/default.nix index 17147b537..250233009 100644 --- a/lenovo/thinkpad/x1-extreme/gen2/default.nix +++ b/lenovo/thinkpad/x1-extreme/gen2/default.nix @@ -5,6 +5,7 @@ with lib; { imports = [ ../. + ../../../../common/cpu/intel/coffee-lake ]; # Fixes an issue with incorrect battery reporting. See @@ -15,6 +16,9 @@ with lib; # See also https://certification.ubuntu.com/catalog/component/input/5313/input%3ATPPS/2ElanTrackPoint/ hardware.trackpoint.device = "TPPS/2 Elan TrackPoint"; + # Fix clickpad (clicking by depressing the touchpad). + boot.kernelParams = [ "psmouse.synaptics_intertouch=0" ]; + # Since the HDMI port is connected to the NVIDIA card. hardware.bumblebee.connectDisplay = true;