about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/beets/plugins/mbsubmit/default.nix
blob: b70f1c63a768c49c5a775809d7ccf0aae3a46590 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  lib,
  pkgs,
  ...
}: {
  programs.beets.settings.mbsubmit = {
    picard_path = lib.getExe pkgs.picard;
  };
}