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