Skip to content

Commit 563832b

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

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
hp-elitebook-845g8 = import ./hp/elitebook/845/g8;
154154
hp-elitebook-845g9 = import ./hp/elitebook/845/g9;
155155
hp-probook-440G5 = import ./hp/probook/440G5;
156+
hp-probook-460G11 = import ./hp/probook/460G11;
156157
hp-laptop-14s-dq2024nf = import ./hp/laptop/14s-dq2024nf;
157158
huawei-machc-wa = import ./huawei/machc-wa;
158159
hp-notebook-14-df0023 = import ./hp/notebook/14-df0023;

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)