File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
lenovo/thinkpad/x1/13th-gen Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -305,6 +305,7 @@ See code for all available configurations.
305
305
| [ Lenovo ThinkPad X1 (10th Gen)] ( lenovo/thinkpad/x1/10th-gen ) | ` <nixos-hardware/lenovo/thinkpad/x1/10th-gen> ` |
306
306
| [ Lenovo ThinkPad X1 (11th Gen)] ( lenovo/thinkpad/x1/11th-gen ) | ` <nixos-hardware/lenovo/thinkpad/x1/11th-gen> ` |
307
307
| [ Lenovo ThinkPad X1 (12th Gen)] ( lenovo/thinkpad/x1/12th-gen ) | ` <nixos-hardware/lenovo/thinkpad/x1/12th-gen> ` |
308
+ | [ Lenovo ThinkPad X1 (13th Gen)] ( lenovo/thinkpad/x1/13th-gen ) | ` <nixos-hardware/lenovo/thinkpad/x1/13th-gen> ` |
308
309
| [ Lenovo ThinkPad X1 Extreme Gen 2] ( lenovo/thinkpad/x1-extreme/gen2 ) | ` <nixos-hardware/lenovo/thinkpad/x1-extreme/gen2> ` |
309
310
| [ Lenovo ThinkPad X1 Extreme Gen 3] ( lenovo/thinkpad/x1-extreme/gen3 ) | ` <nixos-hardware/lenovo/thinkpad/x1-extreme/gen3> ` |
310
311
| [ Lenovo ThinkPad X1 Extreme Gen 4] ( lenovo/thinkpad/x1-extreme/gen4 ) | ` <nixos-hardware/lenovo/thinkpad/x1-extreme/gen4> ` |
Original file line number Diff line number Diff line change 249
249
lenovo-thinkpad-x1-10th-gen = import ./lenovo/thinkpad/x1/10th-gen ;
250
250
lenovo-thinkpad-x1-11th-gen = import ./lenovo/thinkpad/x1/11th-gen ;
251
251
lenovo-thinkpad-x1-12th-gen = import ./lenovo/thinkpad/x1/12th-gen ;
252
+ lenovo-thinkpad-x1-13th-gen = import ./lenovo/thinkpad/x1/13th-gen ;
252
253
lenovo-thinkpad-x1-extreme = import ./lenovo/thinkpad/x1-extreme ;
253
254
lenovo-thinkpad-x1-extreme-gen2 = import ./lenovo/thinkpad/x1-extreme/gen2 ;
254
255
lenovo-thinkpad-x1-extreme-gen3 = import ./lenovo/thinkpad/x1-extreme/gen3 ;
Original file line number Diff line number Diff line change
1
+ { lib , ...} :
2
+
3
+ {
4
+ imports = [
5
+ ../../../../common/pc/ssd
6
+ ../../../../common/cpu/intel/lunar-lake
7
+ ] ;
8
+
9
+ hardware . trackpoint . device = "TPPS/2 Synaptics TrackPoint" ;
10
+
11
+ services . thermald . enable = lib . mkDefault true ;
12
+ }
You can’t perform that action at this time.
0 commit comments