From f2fb01a55b54dae9a5c26c7e1bae3d17c18de73e Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Fri, 25 Jul 2025 13:40:27 -0400 Subject: repo: format tree --- modules/mpd.nix | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'modules/mpd.nix') diff --git a/modules/mpd.nix b/modules/mpd.nix index 3c1d742..1be4804 100644 --- a/modules/mpd.nix +++ b/modules/mpd.nix @@ -1,4 +1,9 @@ -{ config, lib, pkgs, ... }: +{ + config, + lib, + pkgs, + ... +}: let cfg = config.modules.mpd; scheme = config.modules.scheme; @@ -11,15 +16,15 @@ in config = lib.mkIf cfg.enable { services.mpd = { enable = true; - extraConfig = - '' - audio_output { - type "pipewire" - name "My PipeWire Output" - } + extraConfig = '' + audio_output { + type "pipewire" + name "My PipeWire Output" + } ''; musicDirectory = "~/music"; }; services.mpd-discord-rpc.enable = true; + services.mpdscribble.enable = true; }; } -- cgit v1.2.3