mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	Add new profile for HP Laptop 14s dq2024nf
This commit is contained in:
		
				
					committed by
					
						
						mergify[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							fb08bde00c
						
					
				
				
					commit
					8e8c6cbad1
				
			@@ -180,6 +180,7 @@ See code for all available configurations.
 | 
			
		||||
| [HP Elitebook 845g8](hp/elitebook/845/g8)                              | `<nixos-hardware/hp/elitebook/845/g8>`                  |
 | 
			
		||||
| [HP Elitebook 845g9](hp/elitebook/845/g9)                              | `<nixos-hardware/hp/elitebook/845/g9>`                  |
 | 
			
		||||
| [HP Notebook 14-df0023](hp/notebook/14-df0023)                         | `<nixos-hardware/hp/notebook/14-df0023>`                |
 | 
			
		||||
| [HP Laptop 14s-dq2024nf](hp/laptop/14s-dq2024nf)                       | `<nixos-hardware/hp/laptop/14s-dq2024nf>`               |
 | 
			
		||||
| [Huawei Matebook X Pro (2020)](huawei/machc-wa)                        | `<nixos-hardware/huawei/machc-wa>`                      |
 | 
			
		||||
| [i.MX8QuadMax Multisensory Enablement Kit](nxp/imx8qm-mek/)            | `<nixos-hardware/nxp/imx8qm-mek>`                       |
 | 
			
		||||
| [Intel NUC 8i7BEH](intel/nuc/8i7beh/)                                  | `<nixos-hardware/intel/nuc/8i7beh>`                     |
 | 
			
		||||
 
 | 
			
		||||
@@ -119,6 +119,7 @@
 | 
			
		||||
        hp-elitebook-845g7 = import ./hp/elitebook/845/g7;
 | 
			
		||||
        hp-elitebook-845g8 = import ./hp/elitebook/845/g8;
 | 
			
		||||
        hp-elitebook-845g9 = import ./hp/elitebook/845/g9;
 | 
			
		||||
        hp-laptop-14s-dq2024nf = import ./hp/laptop/14s-dq2024nf;
 | 
			
		||||
        huawei-machc-wa = import ./huawei/machc-wa;
 | 
			
		||||
        hp-notebook-14-df0023 = import ./hp/notebook/14-df0023;
 | 
			
		||||
        intel-nuc-8i7beh = import ./intel/nuc/8i7beh;
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										11
									
								
								hp/laptop/14s-dq2024nf/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								hp/laptop/14s-dq2024nf/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
{ config, lib, ... }:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../../../common/cpu/intel
 | 
			
		||||
    ../../../common/gpu/intel/tiger-lake
 | 
			
		||||
    ../../../common/pc
 | 
			
		||||
    ../../../common/pc/laptop
 | 
			
		||||
    ../../../common/pc/laptop/ssd
 | 
			
		||||
  ];
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user