mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			215 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			215 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{ config, lib, ... }: {
 | 
						|
  imports = [
 | 
						|
    ../intel
 | 
						|
    ../../yoga.nix
 | 
						|
  ];
 | 
						|
 | 
						|
  services.xserver.wacom.enable = lib.mkDefault config.services.xserver.enable;
 | 
						|
  
 | 
						|
  services.hardware.bolt.enable = lib.mkDefault true;
 | 
						|
}
 |