diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-05-24 14:01:36 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-05-24 14:01:36 +0200 |
| commit | feae8ede491cced421c164816be162b6c52b8bed (patch) | |
| tree | 914d02a6c48f736327e39c2d2206ec17ed8da873 /system/services.nix | |
| parent | a74f2cdf080cb5fc4c0f0a7a14d3ccc8c2a96a35 (diff) | |
Changed music path for mpd to be absolute
Diffstat (limited to 'system/services.nix')
| -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" |
