diff options
| -rw-r--r-- | system/services.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/services.nix b/system/services.nix index 383eda9..70d602a 100644 --- a/system/services.nix +++ b/system/services.nix @@ -16,7 +16,7 @@ # Setup MPD as the backend of RMPC mpd = { enable = true; - musicDirectory = "~/Music"; + musicDirectory = "/home/mun/Music"; extraConfig = '' audio_output { type "pipewire" |
