pub-solar-os/modules/audio/pulseeffects.service.nix

9 lines
177 B
Nix
Raw Normal View History

2021-05-30 19:10:28 +00:00
pkgs:
{
Service = {
Type = "dbus";
BusName = "com.github.wwmm.pulseeffects";
ExecStart = "${pkgs.pulseeffects-pw}/bin/pulseeffects --gapplication-service";
};
}