6 lines
		
	
	
	
		
			103 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			103 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { config, lib, pkgs, ... }:
 | |
| 
 | |
| {
 | |
|   hardware.bluetooth.enable = true;
 | |
|   services.blueman.enable = true;
 | |
| }
 |