From 55ddb47a4763720159c9b2e17b0dadbc1805a6da Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sun, 26 Apr 2026 00:50:23 -0400 Subject: fmt --- audio.nix | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to 'audio.nix') diff --git a/audio.nix b/audio.nix index 740e8a5..15adf9c 100644 --- a/audio.nix +++ b/audio.nix @@ -15,19 +15,18 @@ }; }; -# services.mpd = { -# enable = true; -# musicDirectory = "${config.home.homeDirectory}/Music"; -# playlistDirectory = "${config.home.homeDirectory}/.playlists"; -# # mixer_type "none" # maybe mess around with this some time, it will turn off volume in rmpc, but apparently it will make the sound more quality for music -# extraConfig = '' -# auto_update "yes" -# audio_output { -# type "pulse" -# name "PipeWire Output" -# } -# ''; -# }; - + # services.mpd = { + # enable = true; + # musicDirectory = "${config.home.homeDirectory}/Music"; + # playlistDirectory = "${config.home.homeDirectory}/.playlists"; + # # mixer_type "none" # maybe mess around with this some time, it will turn off volume in rmpc, but apparently it will make the sound more quality for music + # extraConfig = '' + # auto_update "yes" + # audio_output { + # type "pulse" + # name "PipeWire Output" + # } + # ''; + # }; } -- cgit v1.3.1