Initial p53 hardware configuration (#125)

This commit is contained in:
*Kim Zick
2019-10-16 14:25:20 -04:00
committed by Jörg Thalheim
parent 77f581a4b5
commit ed0d3cc198
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{ nixos, pkgs, config, stdenv, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix
../../../common/pc/laptop/cpu-throttling-bug.nix
../.
];
}