File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
panasonic/letsnote/cf-lx3 Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -394,6 +394,7 @@ See code for all available configurations.
394394| [ Omen 15-en1007sa] ( omen/15-en1007sa ) | ` <nixos-hardware/omen/15-en1007sa> ` | ` omen-15-en1007sa ` |
395395| [ Omen 15-en0002np] ( omen/15-en0002np ) | ` <nixos-hardware/omen/15-en0002np> ` | ` omen-15-en0002np ` |
396396| [ One-Netbook OneNetbook 4] ( onenetbook/4 ) | ` <nixos-hardware/onenetbook/4> ` | ` onenetbook-4 ` |
397+ | [ Panasonic Let's Note CF-LX3] ( panasonic/letsnote/cf-lx3 ) | ` <nixos-hardware/panasonic/letsnote/cf-lx3> ` | ` panasonic-letsnote-cf-lx3 ` |
397398| [ Panasonic Let's Note CF-LX4] ( panasonic/letsnote/cf-lx4 ) | ` <nixos-hardware/panasonic/letsnote/cf-lx4> ` | ` letsnote-cf-lx4 ` |
398399| [ PC Engines APU] ( pcengines/apu ) | ` <nixos-hardware/pcengines/apu> ` | ` pcengines-apu ` |
399400| [ PINE64 Pinebook Pro] ( pine64/pinebook-pro/ ) | ` <nixos-hardware/pine64/pinebook-pro> ` | ` pine64-pinebook-pro ` |
Original file line number Diff line number Diff line change 303303 lenovo-yoga-7-14IAH7-hybrid = import ./lenovo/yoga/7/14IAH7/hybrid ;
304304 lenovo-yoga-7-14ILL10 = import ./lenovo/yoga/7/14ILL10 ;
305305 lenovo-yoga-7-slim-gen8 = import ./lenovo/yoga/7/slim/gen8 ;
306+ letsnote-cf-lx3 = import ./panasonic/letsnote/cf-lx3 ;
306307 letsnote-cf-lx4 = import ./panasonic/letsnote/cf-lx4 ;
307308 linglong-nova-studio = import ./linglong/nova-studio ;
308309 malibal-aon-s1-intel = import ./malibal/aon/s1 ;
Original file line number Diff line number Diff line change 1+ {
2+ imports = [
3+ ../../../common/cpu/intel
4+ ../../../common/pc/laptop
5+ ../../../common/pc/ssd
6+ ] ;
7+
8+ # Force use of the intel_backlight driver for backlight control.
9+ # This allows the backlight save/load systemd service to work.
10+ boot . kernelParams = [ "acpi_backlight=video" ] ;
11+ }
You can’t perform that action at this time.
0 commit comments