1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-28 15:38:32 +02:00
nixos-hardware/lenovo/thinkpad/x220/default.nix
2017-12-25 22:07:47 +00:00

11 lines
168 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
../.
../../../common/cpu/intel
../../../common/pc/laptop/hdd # TODO: reverse compat
../tp-smapi.nix
];
}