From d1d85b2bca5759c4d6e522eb392ee916bcfc5e24 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 18 Jan 2022 07:36:45 +0100 Subject: [PATCH] systemd: remove unused unit --- dotfiles/systemd/easyeffects.service | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 dotfiles/systemd/easyeffects.service diff --git a/dotfiles/systemd/easyeffects.service b/dotfiles/systemd/easyeffects.service deleted file mode 100644 index f731a0e..0000000 --- a/dotfiles/systemd/easyeffects.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Easyeffects for Pipewire -PartOf=graphical-session.target - -[Service] -Type=dbus -BusName=com.github.wwmm.easyeffects -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