services: pipewire: ship pactl with pipewire

This commit is contained in:
Antoine Martin 2021-05-26 01:13:10 +02:00
parent c75979acef
commit b1dc709e3f

View file

@ -64,5 +64,9 @@ in
];
};
};
# FIXME: a shame pactl isn't available by itself, eventually this should be
# replaced by pw-cli or a wrapper, I guess?
environment.systemPackages = with pkgs; [ pulseaudio ];
};
}