forked from fabian/nix
		
	switch from pulseaudio to pipewire
This commit is contained in:
		
							parent
							
								
									96e0b06807
								
							
						
					
					
						commit
						b9087c333b
					
				
					 1 changed files with 17 additions and 2 deletions
				
			
		|  | @ -50,8 +50,23 @@ | ||||||
|   hardware.opengl.enable = true; |   hardware.opengl.enable = true; | ||||||
| 
 | 
 | ||||||
|   # Enable sound. |   # Enable sound. | ||||||
|   sound.enable = true; |   # Remove sound.enable or set it to false if you had it set previously, as sound.enable is only meant for ALSA-based configurations | ||||||
|   hardware.pulseaudio.enable = true; |   sound.enable = false; | ||||||
|  | 
 | ||||||
|  |   security.rtkit.enable = true; | ||||||
|  | 
 | ||||||
|  |   services.pipewire = { | ||||||
|  |     enable = true; | ||||||
|  | 
 | ||||||
|  |     alsa = { | ||||||
|  |       enable = true; | ||||||
|  |       support32Bit = true; | ||||||
|  |     }; | ||||||
|  | 
 | ||||||
|  |     jack.enable = true; | ||||||
|  |     pulse.enable = true; | ||||||
|  |     wireplumber.enable = true; | ||||||
|  |   }; | ||||||
| 
 | 
 | ||||||
|   programs.zsh.enable = true; |   programs.zsh.enable = true; | ||||||
|   environment.pathsToLink = ["/share/zsh"]; |   environment.pathsToLink = ["/share/zsh"]; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue