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

9 lines
177 B
Nix

pkgs:
{
Service = {
Type = "dbus";
BusName = "com.github.wwmm.pulseeffects";
ExecStart = "${pkgs.pulseeffects-pw}/bin/pulseeffects --gapplication-service";
};
}