about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/beets/plugins/lyrics/default.nix
blob: 80544aea82da7e10f896b47be1a372a637f3c4e6 (plain) (blame)
1
2
3
4
5
6
{...}: {
  programs.beets.settings.lyrics = {
    # Always fetch lyrics (and update them, if some were found)
    force = true;
  };
}