9 lines
		
	
	
	
		
			167 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			167 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { config, lib, pkgs, ... }:
 | |
| 
 | |
| {
 | |
|   hardware.bluetooth.enable = true;
 | |
|   services.blueman.enable = true;
 | |
|   environment.systemPackages = [
 | |
|   	pkgs.galaxy-buds-client
 | |
| 	];
 | |
| }
 |