Skip to content

Commit a0d5b45

Browse files
committed
Add HP ProBook 460 G11
1 parent d1bfa8f commit a0d5b45

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

hp/probook/460G11/default.nix

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{ config, lib, ... }:
2+
3+
{
4+
imports = [
5+
../../../common/cpu/intel/meteor-lake
6+
../../../common/pc
7+
../../../common/pc/laptop
8+
../../../common/pc/ssd
9+
];
10+
11+
config = {
12+
services.thermald.enable = lib.mkDefault true;
13+
};
14+
}

0 commit comments

Comments
 (0)