working mpd and beet!

This commit is contained in:
Vali 2024-07-14 13:31:28 +02:00
commit ad1b1089af
25 changed files with 659 additions and 16 deletions

View file

@ -12,7 +12,7 @@ in {
hardware.pulseaudio.enable = false;
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.enable = true; # TODO Do I need this?
pulse.enable = true;
};
security.rtkit.enable = true;