mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	framework/*: add fw-ectool for led control, etc
This adds a patched ectool, to interact with the Embedded Controller Can be used to interact with leds from userspace, etc. Not part of a nixos release yet, so package only gets added if it exists.
This commit is contained in:
		
				
					committed by
					
						
						mergify[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							08add92f17
						
					
				
				
					commit
					61283b30d1
				
			@@ -45,4 +45,9 @@
 | 
			
		||||
 | 
			
		||||
  # Fix font sizes in X
 | 
			
		||||
  # services.xserver.dpi = 200;
 | 
			
		||||
 | 
			
		||||
  # This adds a patched ectool, to interact with the Embedded Controller
 | 
			
		||||
  # Can be used to interact with leds from userspace, etc.
 | 
			
		||||
  # Not part of a nixos release yet, so package only gets added if it exists.
 | 
			
		||||
  environment.systemPackages = lib.optional (pkgs ? "fw-ectool") pkgs.fw-ectool;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user