Files
nixos-hardware/lenovo/thinkpad/e15/default.nix
emergentmind 1b1acdc3e7 init
2025-03-12 15:18:11 +00:00

15 lines
268 B
Nix

{ ... }:
{
imports = [
../.
../../../common/pc/laptop/ssd
];
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"
];
}