nixos-hardware/lenovo/thinkpad/t450s/default.nix

10 lines
135 B
Nix
Raw Normal View History

2018-10-13 18:54:06 -04:00
{ config, lib, pkgs, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix
2018-10-13 18:54:06 -04:00
../.
];
}