1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware.git synced 2024-10-18 14:35:21 -04:00
nixos-hardware/lenovo/thinkpad/x200s/default.nix

10 lines
115 B
Nix
Raw Normal View History

2021-04-20 22:50:55 -04:00
{ config, lib, pkgs, ... }:
{
imports = [
../.
../../../common/pc/laptop/hdd
../tp-smapi.nix
];
}