Merge pull request #166563 from K900/wireplumber-derp

nixos/wireplumber: fix Lua syntax
This commit is contained in:
Janne Heß
2022-03-31 14:46:31 +02:00
committed by GitHub
@@ -38,7 +38,7 @@ in
environment.etc."wireplumber/main.lua.d/80-nixos.lua" = lib.mkIf (!pwUsedForAudio) {
text = ''
# Pipewire is not used for audio, so prevent it from grabbing audio devices
-- Pipewire is not used for audio, so prevent it from grabbing audio devices
alsa_monitor.enable = function() end
'';
};