2018-08-13 21:05:57 +00:00
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
../.
|
|
|
|
../../../common/cpu/intel
|
2018-10-19 15:52:25 +00:00
|
|
|
../../../common/pc/laptop/acpi_call.nix
|
2018-08-13 21:05:57 +00:00
|
|
|
];
|
|
|
|
|
2020-10-31 15:11:04 +00:00
|
|
|
boot.kernelParams = [
|
|
|
|
# https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X260#Thinkpad_X260
|
|
|
|
"i915.enable_psr=0"
|
|
|
|
];
|
2018-08-13 21:05:57 +00:00
|
|
|
}
|