Configure sound
This commit is contained in:
		| @@ -3,5 +3,6 @@ | |||||||
|     ./podman.nix |     ./podman.nix | ||||||
|     ./fonts.nix |     ./fonts.nix | ||||||
|     ./users.nix |     ./users.nix | ||||||
|  |     ./services.nix | ||||||
|   ]; |   ]; | ||||||
| } | } | ||||||
|   | |||||||
							
								
								
									
										11
									
								
								system/services.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								system/services.nix
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | |||||||
|  | { ... }: { | ||||||
|  |   services = { | ||||||
|  |     dbus.enable = true; | ||||||
|  |     pipewire = { | ||||||
|  |       enable = true; | ||||||
|  |       alsa.enable = true; | ||||||
|  |       alsa.support32Bit = true; | ||||||
|  |       pulse.enable = true; | ||||||
|  |     }; | ||||||
|  |   }; | ||||||
|  | } | ||||||
		Reference in New Issue
	
	Block a user