Added configuration for panasonic

Update panasonic/letsnote/cf-lx4/default.nix

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>

Added profile to flake.nix
This commit is contained in:
Hiram Tanner
2022-12-31 20:46:26 +09:00
parent 3c03f64efb
commit c82db46e75
3 changed files with 13 additions and 0 deletions

View 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" ];
}