os/modules/audio/easyeffects.service.nix
2023-01-28 21:49:10 +01:00

8 lines
171 B
Nix

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