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 @@ -389,6 +389,7 @@ See code for all available configurations.
389389| [ Omen 15-en1007sa] ( omen/15-en1007sa ) | ` <nixos-hardware/omen/15-en1007sa> ` | ` omen-15-en1007sa ` |
390390| [ Omen 15-en0002np] ( omen/15-en0002np ) | ` <nixos-hardware/omen/15-en0002np> ` | ` omen-15-en0002np ` |
391391| [ One-Netbook OneNetbook 4] ( onenetbook/4 ) | ` <nixos-hardware/onenetbook/4> ` | ` onenetbook-4 ` |
392+ | [ Panasonic Let's Note CF-LX3] ( panasonic/letsnote/cf-lx3 ) | ` <nixos-hardware/panasonic/letsnote/cf-lx3> ` | ` panasonic-letsnote-cf-lx3 ` |
392393| [ Panasonic Let's Note CF-LX4] ( panasonic/letsnote/cf-lx4 ) | ` <nixos-hardware/panasonic/letsnote/cf-lx4> ` | ` letsnote-cf-lx4 ` |
393394| [ PC Engines APU] ( pcengines/apu ) | ` <nixos-hardware/pcengines/apu> ` | ` pcengines-apu ` |
394395| [ PINE64 Pinebook Pro] ( pine64/pinebook-pro/ ) | ` <nixos-hardware/pine64/pinebook-pro> ` | ` pine64-pinebook-pro ` |
Original file line number Diff line number Diff line change 300300 lenovo-yoga-7-14IAH7-hybrid = import ./lenovo/yoga/7/14IAH7/hybrid ;
301301 lenovo-yoga-7-14ILL10 = import ./lenovo/yoga/7/14ILL10 ;
302302 lenovo-yoga-7-slim-gen8 = import ./lenovo/yoga/7/slim/gen8 ;
303+ letsnote-cf-lx3 = import ./panasonic/letsnote/cf-lx3 ;
303304 letsnote-cf-lx4 = import ./panasonic/letsnote/cf-lx4 ;
304305 malibal-aon-s1-intel = import ./malibal/aon/s1 ;
305306 mechrevo-gm5hg0a = import ./mechrevo/GM5HG0A ;
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