1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-12-02 15:59:43 +01:00
nixos-hardware/lenovo/thinkpad/x220/default.nix
2017-12-24 23:21:05 +00:00

10 lines
145 B
Nix

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