petalius: use imps protocol, trackpoint breaks on suspend otherwise
This commit is contained in:
parent
f2dfdfe5c9
commit
fe5b058aa0
@ -78,12 +78,12 @@
|
|||||||
];
|
];
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
# "psmouse.synaptics_intertouch=1"
|
# "psmouse.synaptics_intertouch=1"
|
||||||
# "psmouse.proto=imps"
|
"psmouse.proto=imps"
|
||||||
];
|
];
|
||||||
boot.kernelModules = [
|
boot.kernelModules = [
|
||||||
# "rmi_smbus"
|
"rmi_smbus"
|
||||||
# "i2c_hid"
|
"i2c_hid"
|
||||||
# "psmouse"
|
"psmouse"
|
||||||
];
|
];
|
||||||
|
|
||||||
# time.timeZone = pkgs.lib.mkOverride 10 "Asia/Tokyo";
|
# time.timeZone = pkgs.lib.mkOverride 10 "Asia/Tokyo";
|
||||||
|
Loading…
Reference in New Issue
Block a user