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