Files
nixos-hardware/panasonic/letsnote/cf-lx3/default.nix
2025-09-24 10:31:39 +02:00

12 lines
293 B
Nix

{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
../../../common/pc/ssd
];
# Force use of the intel_backlight driver for backlight control.
# This allows the backlight save/load systemd service to work.
boot.kernelParams = [ "acpi_backlight=video" ];
}