From 40c40c507eca5bd7489c827a21262551a6e0bcdd Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Tue, 28 Apr 2026 19:16:06 -0400 Subject: reformat + add slstatus --- audio.nix | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'audio.nix') diff --git a/audio.nix b/audio.nix index c164680..8a3a1e7 100644 --- a/audio.nix +++ b/audio.nix @@ -29,14 +29,13 @@ ]; }; - -systemd.user.services.mpd = { - description = "Music Player Daemon"; - wantedBy = [ "default.target" ]; - serviceConfig = { - ExecStart = "${pkgs.mpd}/bin/mpd --no-daemon /home/andrew/.config/mpd/mpd.conf"; - Restart = "on-failure"; + systemd.user.services.mpd = { + description = "Music Player Daemon"; + wantedBy = [ "default.target" ]; + serviceConfig = { + ExecStart = "${pkgs.mpd}/bin/mpd --no-daemon /home/andrew/.config/mpd/mpd.conf"; + Restart = "on-failure"; + }; }; -}; } -- cgit v1.3.1