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 @@ -377,6 +377,7 @@ See code for all available configurations.
377
377
| [ Omen 15-en1007sa] ( omen/15-en1007sa ) | ` <nixos-hardware/omen/15-en1007sa> ` | ` omen-15-en1007sa ` |
378
378
| [ Omen 15-en0002np] ( omen/15-en0002np ) | ` <nixos-hardware/omen/15-en0002np> ` | ` omen-15-en0002np ` |
379
379
| [ One-Netbook OneNetbook 4] ( onenetbook/4 ) | ` <nixos-hardware/onenetbook/4> ` | ` onenetbook-4 ` |
380
+ | [ Panasonic Let's Note CF-LX3] ( panasonic/letsnote/cf-lx3 ) | ` <nixos-hardware/panasonic/letsnote/cf-lx3> ` | ` panasonic-letsnote-cf-lx3 ` |
380
381
| [ Panasonic Let's Note CF-LX4] ( panasonic/letsnote/cf-lx4 ) | ` <nixos-hardware/panasonic/letsnote/cf-lx4> ` | ` panasonic-letsnote-cf-lx4 ` |
381
382
| [ PC Engines APU] ( pcengines/apu ) | ` <nixos-hardware/pcengines/apu> ` | ` pcengines-apu ` |
382
383
| [ PINE64 Pinebook Pro] ( pine64/pinebook-pro/ ) | ` <nixos-hardware/pine64/pinebook-pro> ` | ` pine64-pinebook-pro ` |
Original file line number Diff line number Diff line change 288
288
lenovo-yoga-7-14IAH7-hybrid = import ./lenovo/yoga/7/14IAH7/hybrid ;
289
289
lenovo-yoga-7-14ILL10 = import ./lenovo/yoga/7/14ILL10 ;
290
290
lenovo-yoga-7-slim-gen8 = import ./lenovo/yoga/7/slim/gen8 ;
291
+ letsnote-cf-lx3 = import ./panasonic/letsnote/cf-lx3 ;
291
292
letsnote-cf-lx4 = import ./panasonic/letsnote/cf-lx4 ;
292
293
malibal-aon-s1-intel = import ./malibal/aon/s1 ;
293
294
microchip-icicle-kit = import ./microchip/icicle-kit ;
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