mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
Initial p53 hardware configuration (#125)
This commit is contained in:
9
lenovo/thinkpad/p53/default.nix
Normal file
9
lenovo/thinkpad/p53/default.nix
Normal 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
|
||||
../.
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user