nixos-hardware/lenovo/thinkpad/x220/default.nix
2017-12-24 23:21:05 +00:00

11 lines
145 B
Nix

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