easyeffects: load appropriate profiles on start

This commit is contained in:
Vincent Bernat 2021-07-31 17:42:56 +02:00
parent 9f346c2cc4
commit 0310268154

View file

@ -6,3 +6,6 @@ PartOf=graphical-session.target
Type=dbus Type=dbus
BusName=com.github.wwmm.easyeffects BusName=com.github.wwmm.easyeffects
ExecStart=%h/.nix-profile/bin/easyeffects --gapplication-service ExecStart=%h/.nix-profile/bin/easyeffects --gapplication-service
ExecStartPost=-%h/.nix-profile/bin/easyeffects -l default-input
ExecStartPost=-%h/.nix-profile/bin/easyeffects -l default-output
Restart=on-failure