l pipewire: add pkgs.ponymix to PATH
This commit is contained in:
parent
43b2c9368e
commit
25fcc33c61
@ -16,6 +16,7 @@
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
alsaUtils
|
alsaUtils
|
||||||
pulseaudioLight
|
pulseaudioLight
|
||||||
|
ponymix
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.variables.PULSE_SERVER = "localhost:4713";
|
environment.variables.PULSE_SERVER = "localhost:4713";
|
||||||
@ -26,6 +27,7 @@
|
|||||||
alsa.support32Bit = true;
|
alsa.support32Bit = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
jack.enable = true;
|
jack.enable = true;
|
||||||
|
|
||||||
# https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Migrate-PulseAudio#module-native-protocol-tcp
|
# https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Migrate-PulseAudio#module-native-protocol-tcp
|
||||||
config.pipewire-pulse = {
|
config.pipewire-pulse = {
|
||||||
"context.properties" = {
|
"context.properties" = {
|
||||||
|
Loading…
Reference in New Issue
Block a user