media and gaming
This commit is contained in:
parent
7afe711932
commit
a62a45f9f4
6 changed files with 25 additions and 19 deletions
10
nixos/media.nix
Normal file
10
nixos/media.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
pulse.enable = true;
|
||||
alsa.enable = true;
|
||||
wireplumber.enable = true;
|
||||
};
|
||||
services.playerctld.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue