Add a profile for the Thinkpad X200s

This commit is contained in:
James Earl Douglas
2021-04-20 19:50:55 -07:00
parent 590bdcacd5
commit 00b40b766f
3 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{ config, lib, pkgs, ... }:
{
imports = [
../.
../../../common/pc/laptop/hdd
../tp-smapi.nix
];
}