From 6415ddbb5faa81b88d1345aef9d92826d25481d4 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 28 Apr 2024 01:18:48 -0400 Subject: [PATCH] global/mpris: remove mpd, rename module to mpris --- users/modules/global/{mpd.nix => mpris.nix} | 10 ---------- 1 file changed, 10 deletions(-) rename users/modules/global/{mpd.nix => mpris.nix} (51%) diff --git a/users/modules/global/mpd.nix b/users/modules/global/mpris.nix similarity index 51% rename from users/modules/global/mpd.nix rename to users/modules/global/mpris.nix index 76c10fb..af7d472 100644 --- a/users/modules/global/mpd.nix +++ b/users/modules/global/mpris.nix @@ -3,16 +3,6 @@ { config = lib.mkIf main.info.graphical { services = { - mpd = { - enable = true; - extraConfig = '' - audio_output { - type "pipewire" - name "PipeWire Sound Server" - } - ''; - }; - mpd-mpris.enable = true; mpris-proxy.enable = true; playerctld.enable = true; };