about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/beets
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-01-27 18:17:28 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-01-27 18:17:28 +0100
commit2258b18148e7b5e882c73501668dcb4bce58606c (patch)
tree0df4462bb53758a383d112562f1b0765888570c6 /modules/home.legacy/conf/beets
parentmodules/legacy/beets: Activate the musicbrainz auto-tagger (diff)
downloadnixos-config-2258b18148e7b5e882c73501668dcb4bce58606c.zip
modules/legacy/beets: Use the yaml formatter again
I don't see a reason to override this, considering, that the reason
specified in the comment is obsolete.
Diffstat (limited to 'modules/home.legacy/conf/beets')
-rw-r--r--modules/home.legacy/conf/beets/default.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/modules/home.legacy/conf/beets/default.nix b/modules/home.legacy/conf/beets/default.nix
index 0132a859..0879b1a5 100644
--- a/modules/home.legacy/conf/beets/default.nix
+++ b/modules/home.legacy/conf/beets/default.nix
@@ -110,12 +110,12 @@ in {
     };
   };
 
-  # Use the json formatter instead of the YAML one, as the YAML formatter mangles the
-  # longer python inline strings.
-  # YAML is a superset of JSON.
-  xdg.configFile."beets/config.yaml".source =
-    lib.mkForce
-    ((pkgs.formats.json {}).generate
-      "beets-config"
-      config.programs.beets.settings);
+  # # Use the json formatter instead of the YAML one, as the YAML formatter mangles the
+  # # longer python inline strings.
+  # # YAML is a superset of JSON.
+  # xdg.configFile."beets/config.yaml".source =
+  #   lib.mkForce
+  #   ((pkgs.formats.json {}).generate
+  #     "beets-config"
+  #     config.programs.beets.settings);
 }