diff options
Diffstat (limited to '')
| -rw-r--r-- | audio.nix | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -2,8 +2,7 @@ config, pkgs, ... -}: -{ +}: { services.pipewire = { enable = true; audio.enable = true; @@ -33,7 +32,7 @@ systemd.user.services.mpd = { description = "Music Player Daemon"; - wantedBy = [ "default.target" ]; + wantedBy = ["default.target"]; serviceConfig = { ExecStart = "${pkgs.mpd}/bin/mpd --no-daemon /home/andrew/.config/mpd/mpd.conf"; Restart = "on-failure"; |
