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.
305305| [ Lenovo ThinkPad X1 (10th Gen)] ( lenovo/thinkpad/x1/10th-gen ) | ` <nixos-hardware/lenovo/thinkpad/x1/10th-gen> ` |
306306| [ Lenovo ThinkPad X1 (11th Gen)] ( lenovo/thinkpad/x1/11th-gen ) | ` <nixos-hardware/lenovo/thinkpad/x1/11th-gen> ` |
307307| [ 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> ` |
308309| [ Lenovo ThinkPad X1 Extreme Gen 2] ( lenovo/thinkpad/x1-extreme/gen2 ) | ` <nixos-hardware/lenovo/thinkpad/x1-extreme/gen2> ` |
309310| [ Lenovo ThinkPad X1 Extreme Gen 3] ( lenovo/thinkpad/x1-extreme/gen3 ) | ` <nixos-hardware/lenovo/thinkpad/x1-extreme/gen3> ` |
310311| [ 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 249249 lenovo-thinkpad-x1-10th-gen = import ./lenovo/thinkpad/x1/10th-gen ;
250250 lenovo-thinkpad-x1-11th-gen = import ./lenovo/thinkpad/x1/11th-gen ;
251251 lenovo-thinkpad-x1-12th-gen = import ./lenovo/thinkpad/x1/12th-gen ;
252+ lenovo-thinkpad-x1-13th-gen = import ./lenovo/thinkpad/x1/13th-gen ;
252253 lenovo-thinkpad-x1-extreme = import ./lenovo/thinkpad/x1-extreme ;
253254 lenovo-thinkpad-x1-extreme-gen2 = import ./lenovo/thinkpad/x1-extreme/gen2 ;
254255 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