update things

This commit is contained in:
zack 2024-09-27 12:09:26 -04:00
parent 5ac7c053fd
commit 6eb61c0194
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
9 changed files with 72 additions and 25 deletions

View file

@ -16,6 +16,12 @@ in {
services.mpd = {
enable = true;
musicDirectory = "/home/zoey/Music";
extraConfig = ''
audio_output {
type "pipewire"
name "PipeWire Sound Server"
}
'';
};
};
}