cava: enable pipewire support by default

This commit is contained in:
Jacob Moody 2023-09-12 13:43:40 -05:00
parent d71e4e9e70
commit 244ceba5ee

View File

@ -13,7 +13,7 @@
, SDL2
, libGL
, withSDL2 ? false
, withPipewire ? false
, withPipewire ? true
}:
stdenv.mkDerivation rec {