mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			238 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			238 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{ ... }: {
 | 
						|
  imports = [
 | 
						|
    ../../common/cpu/intel
 | 
						|
    ../../common/pc/laptop
 | 
						|
    ../../common/pc/laptop/ssd
 | 
						|
    ../../common/hidpi.nix
 | 
						|
  ];
 | 
						|
  boot.kernelParams =
 | 
						|
    [ "fbcon=rotate:1" "video=DSI-1:panel_orientation=right_side_up" ];
 | 
						|
}
 |