mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/pipewire: also propagate LV2_PATH to standalone filter-chain
This commit is contained in:
parent
625ad63661
commit
c0e0ac22d3
1 changed files with 3 additions and 0 deletions
|
|
@ -369,6 +369,9 @@ in
|
|||
systemd.user.services.pipewire.environment.LV2_PATH = mkIf (
|
||||
!cfg.systemWide
|
||||
) "${lv2Plugins}/lib/lv2";
|
||||
systemd.user.services.filter-chain.environment.LV2_PATH = mkIf (
|
||||
!cfg.systemWide
|
||||
) "${lv2Plugins}/lib/lv2";
|
||||
|
||||
# Mask pw-pulse if it's not wanted
|
||||
systemd.services.pipewire-pulse.enable = cfg.pulse.enable && cfg.systemWide;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue