From 460cc67f98349c0891cf62ebb0f9c2094c1c2c8d Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 9 Aug 2024 22:44:48 +0200 Subject: fix(pkgs/lyrics): Make the music dir configurable --- modules/home/pkgs/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/home') diff --git a/modules/home/pkgs/default.nix b/modules/home/pkgs/default.nix index 81bb362d..eb958a18 100644 --- a/modules/home/pkgs/default.nix +++ b/modules/home/pkgs/default.nix @@ -138,7 +138,10 @@ with pkgs; let mpc # Wrapper around `mpc` that allows the usage of `mpc-{rm,fav}` without the `-` mpc-rm # Removes the currently playing song from the playlist mpc-fav # Adds the currently playing song to the favorites - lyrics # Displays the lyrics of the currently playing song + # Displays the lyrics of the currently playing song + (lyrics.override { + mpd_music_dir = config.services.mpd.musicDirectory; + }) sort_song # Sorts songs in the current directory. ]; }; -- cgit 1.4.1