mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-07 02:07:54 +00:00
[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:
parent
0d5846158f
commit
244c878108
2 changed files with 36 additions and 39 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue