diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-04-28 19:16:06 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-04-28 19:20:34 -0400 |
| commit | 40c40c507eca5bd7489c827a21262551a6e0bcdd (patch) | |
| tree | 743ec4429a3baddeef9b027f260d430b09e8b58b /audio.nix | |
| parent | add gcc (diff) | |
| download | nixos-40c40c507eca5bd7489c827a21262551a6e0bcdd.tar.gz nixos-40c40c507eca5bd7489c827a21262551a6e0bcdd.tar.bz2 nixos-40c40c507eca5bd7489c827a21262551a6e0bcdd.zip | |
reformat + add slstatus
Diffstat (limited to 'audio.nix')
| -rw-r--r-- | audio.nix | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -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"; + }; }; -}; } |
