mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	chore: format repo using treefmt-nix and nixfmt-rfc-style
This commit is contained in:
		@@ -1,22 +1,22 @@
 | 
			
		||||
{ lib, ... }:
 | 
			
		||||
	
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
	imports	= [
 | 
			
		||||
		../../../common/cpu/intel
 | 
			
		||||
		../../../common/pc/laptop
 | 
			
		||||
		../../../common/pc/ssd
 | 
			
		||||
	];
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../../../common/cpu/intel
 | 
			
		||||
    ../../../common/pc/laptop
 | 
			
		||||
    ../../../common/pc/ssd
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
	hardware = {
 | 
			
		||||
		enableRedistributableFirmware = lib.mkDefault true;
 | 
			
		||||
	};
 | 
			
		||||
  hardware = {
 | 
			
		||||
    enableRedistributableFirmware = lib.mkDefault true;
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
	services = {
 | 
			
		||||
		fwupd =	{
 | 
			
		||||
			enable = lib.mkDefault true;
 | 
			
		||||
		};
 | 
			
		||||
		thermald = {
 | 
			
		||||
			enable = lib.mkDefault true;
 | 
			
		||||
		};
 | 
			
		||||
	};
 | 
			
		||||
  services = {
 | 
			
		||||
    fwupd = {
 | 
			
		||||
      enable = lib.mkDefault true;
 | 
			
		||||
    };
 | 
			
		||||
    thermald = {
 | 
			
		||||
      enable = lib.mkDefault true;
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user