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" ];