diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-05-23 20:42:55 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-05-23 20:42:55 -0400 |
| commit | 37f3f10ec822ff153faccedb37fc2a0eafcd2a53 (patch) | |
| tree | a85995631bf19e04d787b857375bece484b20793 /audio.nix | |
| parent | add hardware config for server (diff) | |
| download | nixos-37f3f10ec822ff153faccedb37fc2a0eafcd2a53.tar.gz nixos-37f3f10ec822ff153faccedb37fc2a0eafcd2a53.tar.bz2 nixos-37f3f10ec822ff153faccedb37fc2a0eafcd2a53.zip | |
add back nvim
Diffstat (limited to '')
| -rw-r--r-- | audio.nix | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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"; |
