mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
Add a profile for the Thinkpad X200s
This commit is contained in:
9
lenovo/thinkpad/x200s/default.nix
Normal file
9
lenovo/thinkpad/x200s/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../.
|
||||
../../../common/pc/laptop/hdd
|
||||
../tp-smapi.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user