diff options
| author | Andrew <admonty1@protonmail.com> | 2025-08-24 03:04:42 -0400 |
|---|---|---|
| committer | Andrew <admonty1@protonmail.com> | 2025-08-24 03:04:42 -0400 |
| commit | 9b3e72107cb25cadb22f4eb9d13b9004dfcb6cde (patch) | |
| tree | 6c4ebb0e6a4acfbe477888823f0c10391f684478 /mpd.nix | |
| parent | fixed mpd bug where it would not resume playback upon skip (diff) | |
| download | nixos-9b3e72107cb25cadb22f4eb9d13b9004dfcb6cde.tar.gz nixos-9b3e72107cb25cadb22f4eb9d13b9004dfcb6cde.tar.bz2 nixos-9b3e72107cb25cadb22f4eb9d13b9004dfcb6cde.zip | |
todo for mpd
Diffstat (limited to '')
| -rw-r--r-- | mpd.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ 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 { |
