[Desktop/Multimedia] update Pipewire config for NixOS 24.05

Also disable AirPlay support by default, as it is currently broken.
This commit is contained in:
Antoine Viallon 2024-05-23 10:43:30 +02:00
parent 0d5846158f
commit 244c878108
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 36 additions and 39 deletions

View file

@ -36,7 +36,7 @@ in {
default = true;
example = false;
};
airplay.enable = (mkEnableOption "AirPlay sink device support") // { default = true; };
airplay.enable = mkEnableOption "AirPlay sink device support";
};
graphics = {
shaderCache = {