Commit 79229a11958e

Vincent Demeester <vincent@sbr.pm>
2020-03-13 14:26:30
profiles.audio: enable mpdris2 🎵
Idea is to use `playerctl` for spotify *and* mpd. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 104e71f
Changed files (1)
modules
profiles
modules/profiles/audio.nix
@@ -34,6 +34,10 @@ in
         }
         '';
       };
+      services.mpdris2 = {
+        enable = true;
+        mpd.host = "127.0.0.1";
+      };
       home.packages = with pkgs; [
         mpc_cli
         ncmpcpp