mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	omen 16-n0280nd: init
This commit is contained in:
		
				
					committed by
					
						
						mergify[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							71b92eab15
						
					
				
				
					commit
					89a33c8e93
				
			
							
								
								
									
										21
									
								
								omen/16-n0280nd/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								omen/16-n0280nd/default.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,21 @@
 | 
			
		||||
{ lib, pkgs, ... }:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../../common/cpu/amd
 | 
			
		||||
    ../../common/cpu/amd/pstate.nix
 | 
			
		||||
    ../../common/gpu/nvidia/prime.nix
 | 
			
		||||
    ../../common/pc/laptop
 | 
			
		||||
    ../../common/pc/ssd
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  # Enables ACPI platform profiles
 | 
			
		||||
  boot = lib.mkIf (lib.versionAtLeast pkgs.linux.version "6.1") {
 | 
			
		||||
    kernelModules = [ "hp-wmi" ];
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  hardware.nvidia.prime = {
 | 
			
		||||
    amdgpuBusId = "PCI:6:0:0";
 | 
			
		||||
    nvidiaBusId = "PCI:1:0:0";
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user