mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	framework: acpilight should be used
This commit is contained in:
		
				
					committed by
					
						
						Jörg Thalheim
					
				
			
			
				
	
			
			
			
						parent
						
							36daf08049
						
					
				
				
					commit
					162fb7a987
				
			@@ -28,6 +28,11 @@
 | 
				
			|||||||
    SUBSYSTEM=="pci", ATTR{vendor}=="0x8086", ATTR{device}=="0xa0e0", ATTR{power/control}="on"
 | 
					    SUBSYSTEM=="pci", ATTR{vendor}=="0x8086", ATTR{device}=="0xa0e0", ATTR{power/control}="on"
 | 
				
			||||||
  '';
 | 
					  '';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  # Mis-detected by nixos-generate-config
 | 
				
			||||||
 | 
					  # https://github.com/NixOS/nixpkgs/issues/171093
 | 
				
			||||||
 | 
					  # https://wiki.archlinux.org/title/Framework_Laptop#Changing_the_brightness_of_the_monitor_does_not_work
 | 
				
			||||||
 | 
					  hardware.acpilight.enable = lib.mkDefault true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # HiDPI
 | 
					  # HiDPI
 | 
				
			||||||
  # Leaving here for documentation
 | 
					  # Leaving here for documentation
 | 
				
			||||||
  # hardware.video.hidpi.enable = lib.mkDefault true;
 | 
					  # hardware.video.hidpi.enable = lib.mkDefault true;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user