nixos-hardware/lenovo/thinkpad/e14/default.nix

16 lines
312 B
Nix

{ ... }:
{
imports = [
../.
../../../common/pc/laptop/ssd
../../../common/pc/laptop/acpi_call.nix
];
boot.kernelParams = [
# Force use of the thinkpad_acpi driver for backlight control.
# This allows the backlight save/load systemd service to work.
"acpi_backlight=native"
];
}