about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/beets/plugins/fuzzy/default.nix
blob: b86b3a2035ae908a29faf4f2c1af34288969f7c0 (plain) (blame)
1
2
3
4
5
6
{...}: {
  programs.beets.settings.fuzzy = {
    # The prefix denoting that a search should be run in fuzzy mode
    prefix = ".";
  };
}