1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-01 00:29:40 +01:00
nixos-hardware/lenovo/thinkpad/x220/default.nix
2017-12-25 22:07:47 +00:00

10 lines
168 B
Nix

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