File tree 3 files changed +13
-0
lines changed
panasonic/letsnote/cf-lx4
3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,7 @@ See code for all available configurations.
197
197
| [ Microsoft Surface Range] ( microsoft/surface ) | ` <nixos-hardware/microsoft/surface> ` |
198
198
| [ Omen en00015p] ( omen/en00015p ) | ` <nixos-hardware/omen/en00015p> ` |
199
199
| [ One-Netbook OneNetbook 4] ( onenetbook/4 ) | ` <nixos-hardware/onenetbook/4> ` |
200
+ | [ Panasonic Let's Note CF-LX4 ] ( panasonic/letsnote/cf-lx4 ) | ` <nixos-hardware/panasonic/letsnote/cf-lx4> ` |
200
201
| [ PC Engines APU] ( pcengines/apu ) | ` <nixos-hardware/pcengines/apu> ` |
201
202
| [ PINE64 Pinebook Pro] ( pine64/pinebook-pro/ ) | ` <nixos-hardware/pine64/pinebook-pro> ` |
202
203
| [ Purism Librem 13v3] ( purism/librem/13v3 ) | ` <nixos-hardware/purism/librem/13v3> ` |
Original file line number Diff line number Diff line change 129
129
lenovo-thinkpad-z = import ./lenovo/thinkpad/z ;
130
130
lenovo-thinkpad-z13 = import ./lenovo/thinkpad/z/z13 ;
131
131
lenovo-yoga-6-13ALC6 = import ./lenovo/yoga/6/13ALC6 ;
132
+ letsnote-cf-lx4 = import ./panasonic/letsnote/cf-lx4 ;
132
133
microsoft-surface = import ./microsoft/surface ;
133
134
microsoft-surface-pro-3 = import ./microsoft/surface-pro/3 ;
134
135
msi-gs60 = import ./msi/gs60 ;
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