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