File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ See code for all available configurations.
121121| Lenovo ThinkPad T495 | ` <nixos-hardware/lenovo/thinkpad/t495> ` |
122122| Lenovo ThinkPad X113 Yoga | ` <nixos-hardware/lenovo/thinkpad/x13-yoga> ` |
123123| Lenovo ThinkPad X140e | ` <nixos-hardware/lenovo/thinkpad/x140e> ` |
124+ | Lenovo ThinkPad X200s | ` <nixos-hardware/lenovo/thinkpad/x200s> ` |
124125| Lenovo ThinkPad X220 | ` <nixos-hardware/lenovo/thinkpad/x220> ` |
125126| Lenovo ThinkPad X230 | ` <nixos-hardware/lenovo/thinkpad/x230> ` |
126127| Lenovo ThinkPad X250 | ` <nixos-hardware/lenovo/thinkpad/x250> ` |
Original file line number Diff line number Diff line change 5555 lenovo-thinkpad-t490 = import ./lenovo/thinkpad/t490 ;
5656 lenovo-thinkpad-t495 = import ./lenovo/thinkpad/t495 ;
5757 lenovo-thinkpad-x140e = import ./lenovo/thinkpad/x140e ;
58+ lenovo-thinkpad-x200s = import ./lenovo/thinkpad/x200s ;
5859 lenovo-thinkpad-x220 = import ./lenovo/thinkpad/x220 ;
5960 lenovo-thinkpad-x230 = import ./lenovo/thinkpad/x230 ;
6061 lenovo-thinkpad-x250 = import ./lenovo/thinkpad/x250 ;
Original file line number Diff line number Diff line change 1+ { config , lib , pkgs , ... } :
2+
3+ {
4+ imports = [
5+ ../.
6+ ../../../common/pc/laptop/hdd
7+ ../tp-smapi.nix
8+ ] ;
9+ }
You can’t perform that action at this time.
0 commit comments