working mpd and beet!
This commit is contained in:
parent
670672948d
commit
090e8e3a9d
25 changed files with 659 additions and 16 deletions
|
@ -28,10 +28,10 @@ in {
|
|||
user = username;
|
||||
extraConfig = ''
|
||||
user "${username}"
|
||||
playlist_directory "${cfg.musicDirectory}/.playlists"
|
||||
restore_paused "yes"
|
||||
|
||||
follow_outside_symlinks "yes"
|
||||
follow_inside_symlinks "yes"
|
||||
volume_normalization "yes"
|
||||
|
||||
audio_output {
|
||||
type "pipewire"
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue