Add Lenovo ThinkPad X280 profile

This commit is contained in:
mishudark
2019-12-31 12:43:42 +01:00
parent c3b2ac63ff
commit 1d746f2298
3 changed files with 14 additions and 0 deletions

View File

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