mirror of
				https://github.com/Stunkymonkey/nixos.git
				synced 2025-10-31 01:32:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			224 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			224 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| # Hardware-related modules
 | |
| { ... }:
 | |
| {
 | |
|   imports = [
 | |
|     ./bluetooth
 | |
|     ./debug
 | |
|     ./drive-monitor
 | |
|     ./firmware
 | |
|     ./graphics
 | |
|     ./id-card
 | |
|     ./keychron
 | |
|     ./monitor
 | |
|     ./sound
 | |
|     ./thunderbolt
 | |
|     ./yubikey
 | |
|   ];
 | |
| }
 | 
