1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-20 21:37:23 +02:00
nixos-hardware/lenovo/thinkpad/t450s/default.nix
2018-10-19 14:55:47 +02:00

9 lines
112 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
../../../common/cpu/intel
../acpi_call.nix
../.
];
}