1

add explicit pipewire flags

This commit is contained in:
2022-08-09 16:40:00 +02:00
parent 5429f44fd1
commit 81d5d0dcb0

View File

@ -173,9 +173,8 @@
pulse.enable = true; pulse.enable = true;
jack.enable = true; # We need this for low latency audio jack.enable = true; # We need this for low latency audio
# use the example session manager (no others are packaged yet so this is enabled by default, wireplumber.enable = true;
# no need to redefine it in your config for now) media-session.enable = false;
# media-session.enable = true;
}; };
fonts = { fonts = {
@ -218,6 +217,7 @@
"networkmanager" "networkmanager"
"wheel" "wheel"
"audio" "audio"
"pipewire"
"realtime" "realtime"
"gamemode" "gamemode"
"docker" "docker"