diff options
Diffstat (limited to 'modules/home.legacy/conf/beets/plugins/fuzzy/default.nix')
-rw-r--r-- | modules/home.legacy/conf/beets/plugins/fuzzy/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/home.legacy/conf/beets/plugins/fuzzy/default.nix b/modules/home.legacy/conf/beets/plugins/fuzzy/default.nix new file mode 100644 index 00000000..b86b3a20 --- /dev/null +++ b/modules/home.legacy/conf/beets/plugins/fuzzy/default.nix @@ -0,0 +1,6 @@ +{...}: { + programs.beets.settings.fuzzy = { + # The prefix denoting that a search should be run in fuzzy mode + prefix = "."; + }; +} |