infra/modules/audio/easyeffects.service.nix

8 lines
171 B
Nix

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