Add Lenovo ThinkPad L13 profile
This commit is contained in:
parent
89c4ddb0e6
commit
6081bfd6d5
10
lenovo/thinkpad/l13/default.nix
Normal file
10
lenovo/thinkpad/l13/default.nix
Normal 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;
|
||||
}
|
Loading…
Reference in a new issue