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