1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware.git synced 2024-10-18 14:35:21 -04:00

Add Lenovo ThinkPad L13 profile

This commit is contained in:
*Kim Zick (rummik) 2020-01-02 11:35:56 -05:00
parent 89c4ddb0e6
commit 6081bfd6d5

View file

@ -0,0 +1,10 @@
{ nixos, lib, pkgs, config, stdenv, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix
../.
];
services.throttled.enable = lib.mkDefault true;
}