mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
panasonic: add Let's Note CF-LX3 configuration
This commit is contained in:
parent
170ff93c86
commit
27581273c2
3 changed files with 13 additions and 0 deletions
11
panasonic/letsnote/cf-lx3/default.nix
Normal file
11
panasonic/letsnote/cf-lx3/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
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" ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue