mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
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:
parent
12620020f7
commit
7ffa41766a
3 changed files with 15 additions and 0 deletions
13
lenovo/thinkpad/t590/default.nix
Normal file
13
lenovo/thinkpad/t590/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../../common/cpu/intel
|
||||
../../../common/pc/laptop/acpi_call.nix
|
||||
../.
|
||||
];
|
||||
|
||||
services = {
|
||||
throttled.enable = lib.mkDefault true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue