nixos/wireplumber: fix Lua syntax

This commit is contained in:
K900 2022-03-31 15:11:15 +03:00
parent 72152ff5ad
commit 9febd97f98

View file

@ -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
'';
};