File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
lenovo/thinkpad/e14/intel/gen4 Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,8 @@ See code for all available configurations.
237
237
| [ Lenovo Legion Y530 15ICH] ( lenovo/legion/15ich ) | ` <nixos-hardware/lenovo/legion/15ich> ` |
238
238
| [ Lenovo ThinkPad A475] ( lenovo/thinkpad/a475 ) | ` <nixos-hardware/lenovo/thinkpad/a475> ` |
239
239
| [ Lenovo ThinkPad E14 (AMD)] ( lenovo/thinkpad/e14/amd ) | ` <nixos-hardware/lenovo/thinkpad/e14/amd> ` |
240
- | [ Lenovo ThinkPad E14 (Intel)] ( lenovo/thinkpad/e14/intel ) | ` <nixos-hardware/lenovo/thinkpad/e14/intel> ` |
240
+ | [ Lenovo ThinkPad E14 (Intel - Gen 1)] ( lenovo/thinkpad/e14/intel ) | ` <nixos-hardware/lenovo/thinkpad/e14/intel> ` |
241
+ | [ Lenovo ThinkPad E14 (Intel - Gen 4)] ( lenovo/thinkpad/e14/intel/gen4 ) | ` <nixos-hardware/lenovo/thinkpad/e14/intel/gen4> ` |
241
242
| [ Lenovo ThinkPad E14 (Intel - Gen 6)] ( lenovo/thinkpad/e14/intel/gen6 ) | ` <nixos-hardware/lenovo/thinkpad/e14/intel/gen6> ` |
242
243
| [ Lenovo ThinkPad E15 (Intel)] ( lenovo/thinkpad/e15/intel ) | ` <nixos-hardware/lenovo/thinkpad/e15/intel> ` |
243
244
| [ Lenovo ThinkPad E470] ( lenovo/thinkpad/e470 ) | ` <nixos-hardware/lenovo/thinkpad/e470> ` |
@@ -258,7 +259,7 @@ See code for all available configurations.
258
259
| [ Lenovo ThinkPad P16s AMD Gen 2] ( lenovo/thinkpad/p16s/amd/gen2 ) | ` <nixos-hardware/lenovo/thinkpad/p16s/amd/gen2> ` |
259
260
| [ Lenovo ThinkPad P16s Intel Gen 2] ( lenovo/thinkpad/p16s/intel/gen2 ) | ` <nixos-hardware/lenovo/thinkpad/p16s/intel/gen2> ` |
260
261
| [ Lenovo ThinkPad P1] ( lenovo/thinkpad/p1 ) | ` <nixos-hardware/lenovo/thinkpad/p1> ` |
261
- | [ Lenovo ThinkPad P43s] ( lenovo/thinkpad/p43s ) | ` <nixos-hardware/lenovo/thinkpad/p43s> ` |
262
+ | [ Lenovo ThinkPad P43s] ( lenovo/thinkpad/p43s ) | ` <nixos-hardware/lenovo/thinkpad/p43s> ` |
262
263
| [ Lenovo ThinkPad P50] ( lenovo/thinkpad/p50 ) | ` <nixos-hardware/lenovo/thinkpad/p50> ` |
263
264
| [ Lenovo ThinkPad P51] ( lenovo/thinkpad/p51 ) | ` <nixos-hardware/lenovo/thinkpad/p51> ` |
264
265
| [ Lenovo ThinkPad P52] ( lenovo/thinkpad/p52 ) | ` <nixos-hardware/lenovo/thinkpad/p52> ` |
Original file line number Diff line number Diff line change 181
181
lenovo-thinkpad-a475 = import ./lenovo/thinkpad/a475 ;
182
182
lenovo-thinkpad-e14-amd = import ./lenovo/thinkpad/e14/amd ;
183
183
lenovo-thinkpad-e14-intel = import ./lenovo/thinkpad/e14/intel ;
184
+ lenovo-thinkpad-e14-intel-gen4 = import ./lenovo/thinkpad/e14/intel/gen4 ;
184
185
lenovo-thinkpad-e14-intel-gen6 = import ./lenovo/thinkpad/e14/intel/gen6 ;
185
186
lenovo-thinkpad-e15-intel = import ./lenovo/thinkpad/e15/intel ;
186
187
lenovo-thinkpad-e470 = import ./lenovo/thinkpad/e470 ;
Original file line number Diff line number Diff line change
1
+ { lib , ... } :
2
+
3
+ {
4
+ imports = [
5
+ ../../.
6
+ ../../../../../common/cpu/intel/alder-lake
7
+ ] ;
8
+
9
+ services . throttled . enable = lib . mkDefault false ;
10
+ hardware . intelgpu . driver = "xe" ;
11
+ }
You can’t perform that action at this time.
0 commit comments