File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -226,6 +226,7 @@ See code for all available configurations.
226226| [ HP Laptop 14s-dq2024nf] ( hp/laptop/14s-dq2024nf ) | ` <nixos-hardware/hp/laptop/14s-dq2024nf> ` | ` hp-laptop-14s-dq2024nf ` |
227227| [ HP Notebook 14-df0023] ( hp/notebook/14-df0023 ) | ` <nixos-hardware/hp/notebook/14-df0023> ` | ` hp-notebook-14-df0023 ` |
228228| [ HP Probook 440G5] ( hp/probook/440g5 ) | ` <nixos-hardware/hp/probook/440g5> ` | ` hp-probook-440G5 ` |
229+ | [ HP Probook 460G11] ( hp/probook/460g11 ) | ` <nixos-hardware/hp/probook/460g11> ` | ` hp-probook-46011 ` |
229230| [ Huawei Matebook X Pro (2020)] ( huawei/machc-wa ) | ` <nixos-hardware/huawei/machc-wa> ` | ` huawei-machc-wa ` |
230231| [ i.MX8QuadMax Multisensory Enablement Kit] ( nxp/imx8qm-mek/ ) | ` <nixos-hardware/nxp/imx8qm-mek> ` | ` nxp-imx8qm-mek ` |
231232| [ Intel NUC 5i5RYB] ( intel/nuc/5i5ryb/ ) | ` <nixos-hardware/intel/nuc/5i5ryb> ` | ` intel-nuc-5i5ryb ` |
Original file line number Diff line number Diff line change 158158 hp-elitebook-845g8 = import ./hp/elitebook/845/g8 ;
159159 hp-elitebook-845g9 = import ./hp/elitebook/845/g9 ;
160160 hp-probook-440G5 = import ./hp/probook/440G5 ;
161+ hp-probook-460G11 = import ./hp/probook/460G11 ;
161162 hp-laptop-14s-dq2024nf = import ./hp/laptop/14s-dq2024nf ;
162163 huawei-machc-wa = import ./huawei/machc-wa ;
163164 hp-notebook-14-df0023 = import ./hp/notebook/14-df0023 ;
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments