mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	make comment more clear that it applies to all igpus, not just intel
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
{ lib, pkgs, ... }:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  # This runs only Intel and nvidia does not drain power.
 | 
			
		||||
  # This runs only intel/amdgpu igpus and nvidia dgpus do not drain power.
 | 
			
		||||
 | 
			
		||||
  ##### disable nvidia, very nice battery life.
 | 
			
		||||
  hardware.nvidiaOptimus.disable = lib.mkDefault true;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user