10 lines
		
	
	
	
		
			163 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			163 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  config,
 | 
						|
  pkgs,
 | 
						|
  lib,
 | 
						|
  ...
 | 
						|
}: {
 | 
						|
  powerManagement.powertop.enable = true;
 | 
						|
  powerManagement.enable = true;
 | 
						|
  powerManagement.cpuFreqGovernor = "ondemand";
 | 
						|
}
 |