mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-12-07 09:31:10 +01:00
7 lines
84 B
Nix
7 lines
84 B
Nix
{
|
|
imports = [ ../. ];
|
|
|
|
boot.kernelParams = [
|
|
"acpi_backlight=vendor"
|
|
];
|
|
}
|