1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 02:23:33 +02:00
nixos-hardware/lenovo/thinkpad/x200s/default.nix
2021-04-20 19:50:55 -07:00

10 lines
115 B
Nix

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