From 37f3f10ec822ff153faccedb37fc2a0eafcd2a53 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sat, 23 May 2026 20:42:55 -0400 Subject: add back nvim --- audio.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'audio.nix') diff --git a/audio.nix b/audio.nix index f146189..14323da 100644 --- a/audio.nix +++ b/audio.nix @@ -2,7 +2,8 @@ config, pkgs, ... -}: { +}: +{ services.pipewire = { enable = true; audio.enable = true; @@ -32,7 +33,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"; -- cgit v1.3.1