pipewire: cleanup path testing

This commit is contained in:
Nathaniel Glen
2020-10-23 16:35:48 -04:00
parent 9397d535bd
commit 57510bf522
2 changed files with 17 additions and 14 deletions
+1 -1
View File
@@ -100,6 +100,6 @@ in {
source = "${pkgs.pipewire}/share/alsa/alsa.conf.d/50-pipewire.conf";
};
environment.sessionVariables.LD_LIBRARY_PATH =
lib.optional (cfg.alsa.enable || cfg.jack.enable || cfg.pulse.enable) "/run/current-system/sw/lib/pipewire";
lib.optional (cfg.jack.enable || cfg.pulse.enable) "/run/current-system/sw/lib/pipewire";
};
}