dustbowl: remove mpris-proxy

the bluez package already includes a user service for mpris-proxy
This commit is contained in:
joachimschmidt557 2025-09-16 12:57:37 +02:00
parent fc63e5fa75
commit 8e6260ae7b
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -333,19 +333,6 @@
}; };
}; };
systemd.user.services.mpris-proxy = {
description = "Bluetooth MPRIS Proxy";
wantedBy = [ "graphical-session.target" ];
partOf = [ "graphical-session.target" ];
serviceConfig = {
ExecStart = ''
${pkgs.bluez}/bin/mpris-proxy
'';
RestartSec = 3;
Restart = "always";
};
};
systemd.user.services.swayidle = { systemd.user.services.swayidle = {
description = "swayidle idle manager for Wayland"; description = "swayidle idle manager for Wayland";
wantedBy = [ "graphical-session.target" ]; wantedBy = [ "graphical-session.target" ];