Enable sound using pipewire
This commit is contained in:
parent
e381f1fc2c
commit
ff391f7f2d
1 changed files with 5 additions and 0 deletions
|
|
@ -40,6 +40,11 @@
|
|||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
|
||||
# Enable the pipewire sound server
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
|
||||
# Enable the Plasma 5 Desktop Environment.
|
||||
services.xserver.displayManager.sddm.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue