Skip to content

Commit 4a39585

Browse files
cassis163Mic92
authored andcommitted
Add HP ProBook 460 G11
1 parent 47eb485 commit 4a39585

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
@@ -156,6 +156,7 @@
156156
hp-elitebook-845g8 = import ./hp/elitebook/845/g8;
157157
hp-elitebook-845g9 = import ./hp/elitebook/845/g9;
158158
hp-probook-440G5 = import ./hp/probook/440G5;
159+
hp-probook-460G11 = import ./hp/probook/460G11;
159160
hp-laptop-14s-dq2024nf = import ./hp/laptop/14s-dq2024nf;
160161
huawei-machc-wa = import ./huawei/machc-wa;
161162
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)