From 8e6260ae7b21aa0432bbdd048b3a2bed04ab992d Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Tue, 16 Sep 2025 12:57:37 +0200 Subject: [PATCH] dustbowl: remove mpris-proxy the bluez package already includes a user service for mpris-proxy --- nixos/dustbowl.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/nixos/dustbowl.nix b/nixos/dustbowl.nix index 35fd460..a2f4430 100644 --- a/nixos/dustbowl.nix +++ b/nixos/dustbowl.nix @@ -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 = { description = "swayidle idle manager for Wayland"; wantedBy = [ "graphical-session.target" ];