diff --git a/home/linux.nix b/home/linux.nix index f05ef23..362404e 100644 --- a/home/linux.nix +++ b/home/linux.nix @@ -75,11 +75,6 @@ }; }; - # Systemd Services - systemd.user.services.mpris-proxy = { - description = "Mpris proxy"; - after = [ "network.target" "sound.target" ]; - wantedBy = [ "default.target" ]; - serviceConfig.ExecStart = "${pkgs.bluez}/bin/mpris-proxy"; - }; + # Services + services.mpris-proxy.enable = true; }