nixos-hardware/lenovo/thinkpad/x220/default.nix
2022-12-31 11:57:44 +01:00

9 lines
152 B
Nix

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