fix(desktop/multimedia): add LADSPA_PATH to pipewire denoiser service's env, fixing a not-found bug

This commit is contained in:
Antoine Viallon 2026-07-01 11:31:37 +02:00
parent 5b42fa59e8
commit a6b124bd91
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -167,6 +167,7 @@ in
})
// {
enable = cfg.audio.noise-filter.strength > 0.0;
environment.LADSPA_PATH = "${pkgs.rnnoise-plugin}/lib/ladspa";
}
);
pipewire-airplay-sink = mkIf cfg.audio.airplay.enable (mkPipewireModule {