mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			187 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			187 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
# Implementation of support for general System76 hardware.
 | 
						|
#
 | 
						|
# https://system76.com/
 | 
						|
 | 
						|
{ lib, ... }:
 | 
						|
{
 | 
						|
  imports = [ ../common/pc ];
 | 
						|
 | 
						|
  hardware.system76.enableAll = lib.mkDefault true;
 | 
						|
}
 |