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