13 lines
		
	
	
	
		
			147 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
	
		
			147 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
|  | { | ||
|  |   services.pipewire = { | ||
|  |     enable = true; | ||
|  | 
 | ||
|  |     alsa = { | ||
|  |       enable = true; | ||
|  |       support32Bit = true; | ||
|  |     }; | ||
|  | 
 | ||
|  |     pulse.enable = true; | ||
|  |   }; | ||
|  | } |