aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/home/pkgs/default.nix5
1 files changed, 4 insertions, 1 deletions
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.
];
};