feat: HP probook 440G5 config
This commit is contained in:
parent
b539957839
commit
61c79181e7
3 changed files with 19 additions and 1 deletions
16
hp/probook/440G5/default.nix
Normal file
16
hp/probook/440G5/default.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
# https://www.intel.com/content/www/us/en/products/sku/124967/intel-core-i58250u-processor-6m-cache-up-to-3-40-ghz/specifications.html
|
||||
# this one works: https://nixos.wiki/wiki/Accelerated_Video_Playback
|
||||
imports = [
|
||||
../../../common/cpu/intel/kaby-lake
|
||||
../../../common/pc
|
||||
../../../common/pc/laptop
|
||||
../../../common/pc/laptop/ssd
|
||||
];
|
||||
|
||||
config = {
|
||||
services.thermald.enable = lib.mkDefault true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue