diff --git a/hosts/glyph/home.nix b/hosts/glyph/home.nix index 25b4c651..4f7ebfc1 100644 --- a/hosts/glyph/home.nix +++ b/hosts/glyph/home.nix @@ -33,6 +33,15 @@ enable = true; settings = { directory = "/mnt/media/Music"; + # Extend beets' default ignore list to skip playlist files on import + ignore = [ + ".*" + "*~" + "System Volume Information" + "lost+found" + "*.m3u" + "*.m3u8" + ]; import = { copy = true; move = false;