added lenovo thinkpad T590

Copied from T550 and T490 config.
Omit the pulseaudio profile from T490 config for now.

Signed-off-by: Philippe Schaaf <philippe.schaaf@secunet.com>
This commit is contained in:
Philippe Schaaf
2022-08-17 11:25:31 +02:00
parent 12620020f7
commit 7ffa41766a
3 changed files with 15 additions and 0 deletions

View File

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