about summary refs log blame commit diff stats
path: root/modules/home/conf/beets/plugins/fuzzy/default.nix
blob: b86b3a2035ae908a29faf4f2c1af34288969f7c0 (plain) (tree)
1
2
3
4
5
6




                                                                   
{...}: {
  programs.beets.settings.fuzzy = {
    # The prefix denoting that a search should be run in fuzzy mode
    prefix = ".";
  };
}